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
- Host: GitHub
- URL: https://github.com/jollen/simple-iot-runtime
- Owner: jollen
- Created: 2016-02-14T15:54:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T10:40:17.000Z (over 10 years ago)
- Last Synced: 2025-03-24T17:11:05.888Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://www.jollen.org/blog/
- Size: 1000 Bytes
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)