asamuzaK / withExEditorHost

Native messaging host for withExEditor
MIT License
33 stars 8 forks source link

Add how to run in readme and nodejs version #18

Closed FabriceSalvaire closed 6 years ago

FabriceSalvaire commented 6 years ago

It misses nodjs version (Fedora 26 has v6) and node index.js

asamuzaK commented 6 years ago

You don't need to run node index.js by yourself. When the browser connects to the host, it runs.

The host requires node.js v8.x because async/await and URL class which are introduced in v8 are used. So use 'n' or something and install node.js v8.x.