SPLASH 2015 (series) / Demos /
Ultra Lightweight JavaScript Engine for Internet of Things: demonstration
Wed 28 Oct 2015 15:00 - 15:45 at Woodlawn 1 - Demo7
Thu 29 Oct 2015 12:45 - 13:30 at Woodlawn 1 - Demo13
Fri 30 Oct 2015 12:45 - 13:30 at Woodlawn 1 - Demo21
Thu 29 Oct 2015 12:45 - 13:30 at Woodlawn 1 - Demo13
Fri 30 Oct 2015 12:45 - 13:30 at Woodlawn 1 - Demo21
The demonstration aims to present JerryScript [1], a JavaScript engine for Internet of Things (IoT). This is a lightweight JavaScript engine intended to run on a very constrained devices such as microcontrollers: - Only few kilobytes of RAM available to the engine (<64 KB RAM) - Constrained ROM space for the code of the engine (<200 KB ROM) The engine is ECMA-262 5.1 compliant, supports on-device compilation, execution and provides access to peripherals from JavaScript. It powers the IoT.js project [2], which provides interoperable service platform in the world of IoT based on web. This demonstration proves that usage of JavaScript on every constraint device is reasonable and profitable.