Friday, 9 November 2018

What can I use to build cross platform desktop apps using node?

Im interested in building cross platform desktop apps using node that are:

  • standalone - embed both node and rendering in the app
  • support either embedded browser based rendering, or native GUI rendering
  • can be debugged using a debugger, like Visual Studio Code
  • work standalone on Mac, Windows, Linux
  • allow OS level integrations, like system notifications, icons in TaskBars or menubars, etc.

It'd be great if there was a way to package up a node website with a javascript front end and node backend like this, but that's not required.

Note: I'm familiar with Electron, but am trying to find similar platforms. Thanks!



from What can I use to build cross platform desktop apps using node?

No comments:

Post a Comment