pojala / electrino

Desktop runtime for apps built on web technologies, using the system's own web browser engine
MIT License
4.38k stars 101 forks source link

Provide a nodejs native-addon #15

Open zaaack opened 7 years ago

zaaack commented 7 years ago

Provide a nodejs native-addon, then we have full nodejs API in the main process, and only using BrowserWindow to render UI.

There are something like pkg, nexe to bundle a nodejs application as a single execuable, so people can create a nodejs + browser based application.