noppoMan / Hexaville

The modern serverless web application engine and framework for Swift
MIT License
125 stars 5 forks source link

Low overhead interaction with Node.js #88

Open noppoMan opened 6 years ago

noppoMan commented 6 years ago

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 commented 6 years ago

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