-
Notifications
You must be signed in to change notification settings - Fork 45
Running toolbox in browser #131
Comments
Sorry for such a late response! The main reason we went for electron was because we liked the idea of having a standalone desktop app. Running the toolbox from the browser should in theory be possible but delivering the assets to run it and storing keys in the browser bring up security concerns that should be carefully considered. |
We'd be interested in this for demos and workshops. We saw a demo of this last week on an Aries call and would love to be able to use it that way. |
The keys in web browser can be secure by the provider we could investigate options there. But overall for sandbox environment/demos/workshops this is great option. Not sure what would be best option but maybe we could have separate branches one for a web version and keep master for standalone version. The code base should be more less the same. We could keep that up to date. |
Would the team be onboard if an alternative would be implemented using full-stack server rendered implementation? |
Hi!
For our case we had to run this project in browser, and we wonder what was the reason to choose electron?
If you are interested in providing version able to run in browser I can prepare pull request adding ability to run it with vue-cli-service. Just let me know if you find it useful, so we can talk about details.
The text was updated successfully, but these errors were encountered: