Hexaville icon indicating copy to clipboard operation
Hexaville copied to clipboard

Low overhead interaction with Node.js

Open noppoMan opened this issue 7 years ago • 1 comments

Currently Hexaville's application(ELF) is executed as a subprocess of Node.js(child_process.spawn) in Lambda.

It would be good if I make Hexaville's application as static or dynamic library for Linux and exports it as a Node.js(V8) function to call it in Node.js world.

noppoMan avatar Oct 20 '17 17:10 noppoMan

TODO use this mechanism https://github.com/noppoMan/node-native-extension-in-swift

noppoMan avatar Oct 26 '17 18:10 noppoMan