Open cztomsik opened 7 years ago
So far I think it was planned to add a Node.js compatibility layer. Until that, you can use NodeOS, that recently added a way to work as a Single Process OS.
Disclaimer: I'm lead developer of NodeOS.
If it helps, I made a basic/ simpler express module that could help: https://libraries.io/npm/iotjs-express
It was made for IoT.js (you may consider to rebase runtimejs on iotjs) but it works on nodes too.
May be blocked by: https://github.com/runtimejs/runtime/issues/156
Do you plan to support regular node libs like express? I mean I'd love to write app in node and then "compile" it to an unikernel which could be then run in a cloud.
And just maybe if you want this too, is there any way I could help you? :)
Or at least a list/wiki of things which has to be done first?