Node-RED

Node-RED
Developer(s) IBM Emerging Technology
Stable release
v0.14.3 / June 14, 2016 (2016-06-14)[1]
Repository github.com/node-red/node-red
Development status Active
Written in JavaScript
Operating system Cross-platform
Platform Node.js
Type Flow-based programming for wiring the Internet of Things
License Apache License 2.0
Website nodered.org

Node-RED is a visual tool for wiring together hardware devices, APIs and online services – for wiring the Internet of Things.

Node-RED provides a browser-based flow editor that makes it easy to wire together flows using the wide range nodes in the palette. Flows can be then deployed to the runtime in a single-click. JavaScript functions can be created within the editor using the a rich text editor. A built-in library allows you to save useful functions, templates or flows for re-use.

The light-weight runtime is built on Node.js, taking full advantage of its event-driven, non-blocking model. This makes it ideal to run at the edge of the network on low-cost hardware such as the Raspberry Pi as well as in the cloud.

With over 120,000 modules in Node's package repository, it is easy to extend the range of palette nodes to add new capabilities.

The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others.

An online flow library allows you to share your best flows with the world.

References

See also

This article is issued from Wikipedia - version of the 9/27/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.