runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

support express (and other libs?) #151

Open cztomsik opened 7 years ago

cztomsik commented 7 years ago

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?

piranna commented 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.

rzr commented 5 years ago

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.

rzr commented 4 years ago

May be blocked by: https://github.com/runtimejs/runtime/issues/156