An open API service indexing awesome lists of open source software.

https://github.com/jollen/simple-iot-runtime

Build JavaScript unikernel from scratch
https://github.com/jollen/simple-iot-runtime

Last synced: about 1 year ago
JSON representation

Build JavaScript unikernel from scratch

Awesome Lists containing this project

README

          

# simple-iot-runtime

simple-iot-runtime is trying to build a lightweight web application framework for IoT devices. It's a tutorial project for constructing a general purpose unikernel VM image. The steps are listed below.

* Build [Runtime.js](https://github.com/runtimejs/runtime) image
* Fast URL Routing from scratch
* CoAP modules
* (TBD)