Saturday, 23 May 2020

Electron vs Local Web App?

I am working on a application that is intended to run locally on a user's desktop. Of course, I started writing it in Electron, but now I'm thinking it might be more efficient to run it as a local express application that the user can access in their browser. This would save some CPU by not having to run a separate browser for the app.Are there any best practices to making an application that is only accessable to the user via localhost? Also, what would be an disadvantages of doing it this way verses an Election App?

Submitted May 23, 2020 at 11:17PM by 7blink

No comments:

Post a Comment