Replies: 1 comment
-
I added some information about ElectronJS role in the MaweJS project: It is small, mainly for giving access to local file system. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Choosing ElectronJS to develop new editor is not a coincidence. One of the things I have been thinking for a long time, would be making MaweJS as purely browser-based application, so that you would not have to install anything.
ElectronJS is there mainly only to get access to local filesystem. If MaweJS ever has good integration to cloud storages, it could be used without access to local files (except for upload and download). At the moment, MaweJS relies heavily on client-side processing, and that means, that it does not need much support from the server side (including ElectronJS).
Beta Was this translation helpful? Give feedback.
All reactions