Monday, June 15, 2020

runtime.js is an open-source library operating system (unikernel) for the cloud




http://runtimejs.org/

https://github.com/runtimejs/runtime


Overview

runtime.js is an open-source library operating system (unikernel) for the cloud that runs JavaScript, can be bundled up with an application and deployed as a lightweight and immutable VM image.
It's built on V8 JavaScript engine and uses event-driven and non-blocking I/O model inspired by Node.js. At the moment KVM is the only supported hypervisor.
It tries to be compatible with npm module ecosystem and supports some of the Node.js API.
WARNING: project is in development and not ready for production use.

SF Node.JS Meetup: Jacob Groundwater, “Kernel Hacking with Runtime.js”
https://www.pubnub.com/blog/introduction-runtime-js/

No comments: