2

I would like to know if it is technical possible and how to:

  • Open a GUI desktop application from a Node app.
  • Wrap a GUI desktop application within a Node app.

Could http://electron.atom.io/ be used to work out this use-cases?

Platform Window 8.1 / 10.

GibboK
  • 68,054
  • 134
  • 405
  • 638

1 Answers1

1

For your first point, here is nodes documentation using the node module child_process on how to do it: https://nodejs.org/api/child_process.html#child_process_child_process

GuyLorenzo
  • 89
  • 4