Quantcast
Channel: How to integrate NodeJS web server with Electron? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by mrvnklm for How to integrate NodeJS web server with Electron?

As long as your data just has to exist locally and while your application is installed, you could just use persistant store on electron by using electron-store.If you plan on sharing to do's or have...

View Article



Answer by Quentin for How to integrate NodeJS web server with Electron?

Since you want to persist data across multiple devices you should build a completely separate web service that the app can call.

View Article

How to integrate NodeJS web server with Electron?

I am pretty much new to Electron and want to understand basic concepts how to make fully functioning desktop app with it.I've used vue-cli to create new vue project and just added Electron to the...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images