2
Good evening, I’m looking to start using Electron to develop desktop applications, but I have some initial questions. My doubts are as follows:
How do I persist my application in Electron using a database, for example Mysql?
When my application is fully ready as I do to create a version to distribute for use?
All the logic of my application the part of entering data into the database, recover this data, check login and etc will be done with Javascript or I can use another language like Java?
The application that was developed in the framework can be extended in some way to the Web or can only be used as a desktop?