forked from node-red/node-red.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (109 loc) · 6.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
layout: barebones
---
<div class="title">
<div class="grid">
<div class="col-1-1">
<div class="content">
<h1>Node-RED</h1>
<h2>A visual tool for wiring the Internet of Things</h2>
<img src="images/node-red-title-flow.png" />
</div>
</div>
</div>
</div>
<!-- Grid 1/2 -->
<div class="intro">
<div class="grid">
<div class="col-1-2">
<div class="content blurb">
<p>Node-RED is a tool for wiring together hardware devices, APIs and online services in new and interesting ways.</p>
<p style="text-align: center; padding-top: 20px;">
<a class="button" href="https://github.com/node-red/node-red/archive/0.8.1.zip">Download<br/>v0.8.1</a>
<div class="helplink">Need help? Try the <a href="http://nodered.org/docs/getting-started/">Getting Started guide</a></div>
</p>
</div>
</div>
<div class="col-1-2">
<div class="content feature" style="margin-top: 40px;">
<img style="box-shadow: 10px 10px 30px #999;" src="images/node-red-screenshot-sm.png" />
</div>
</div>
</div>
</div>
<!-- Grid 1/2 -->
<div class="features">
<div class="grid">
<div class="col-1-2">
<div class="content feature"><img src="images/nr-image-1.png" /></div>
</div>
<div class="col-1-2">
<div class="content blurb">
<h3>Browser-based flow editing</h3>
<p>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.</p>
<p>JavaScript functions can be created within the editor using the rich capabilities of the embedded Eclipse Orion.</p>
<p>A built-in library allows you to save useful functions, templates or flows for re-use.</p>
</div>
</div>
</div>
<div class="grid">
<div class="col-1-2">
<div class="content blurb">
<h3>Built on Node.js</h3>
<p>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.</p>
<p>With over 60 thousand modules in Node's package repository, it is easy to extend the range of palette nodes to add new capabilities.</p>
</div>
</div>
<div class="col-1-2">
<div class="content feature"><img src="images/nr-image-2.png" /></div>
</div>
</div>
<div class="grid">
<div class="col-1-2">
<div class="content feature"><img src="images/nr-image-3.png" /></div>
</div>
<div class="col-1-2">
<div class="content blurb">
<h3>Social Development</h3>
<p>The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others.</p>
<p>An online flow library allows you to share your best flows with the world.</p>
</div>
</div>
</div>
</div>
<!-- Nodes -->
<div class="nodes">
<div class="grid">
<div class="content headline"><h3>A selection of the nodes available</h3></div>
<div class="col-1-2">
<div class="content"><div class="node-image"><img src="images/nr-node-6.png"/></div><div class="node-block"><h3>Transform</h3><h4>JS Functions <br/> Mustache Templates</h4></div></div>
<div class="content"><div class="node-image"><img src="images/nr-node-4.png"/></div><div class="node-block"><h3>Social</h3><h4>Twitter • Twilio <br/> Email • IRC • XMPP</div></div>
<div class="content"><div class="node-image"><img src="images/nr-node-5.png"/></div><div class="node-block"><h3>Storage</h3><h4>Filesystem • MongoDB <br/> MySQL • PostgreSQL </div></div>
</div>
<div class="col-1-2">
<div class="content"><div class="node-image"><img src="images/nr-node-1.png"/></div><div class="node-block"><h3>Network</h3><h4>HTTP • TCP <br/> UDP • MQTT</h4></div></div>
<div class="content"><div class="node-image"><img src="images/nr-node-3.png"/></div><div class="node-block"><h3>Hardware</h3><h4>Raspberry Pi <br/> BeagleBone Black</h4></div></div>
<div class="content"><div class="node-image"><img src="images/nr-node-2.png"/></div><div class="node-block"><h3>Analysis</h3><h4>Sentiment <br/> Statistics</h4></div></div>
</div>
</div>
</div>
<div class="links">
<div class="grid">
<div class="col-1-2">
<div class="content"><a class="link-icon" href="http://github.com/node-red/node-red"><i class="icon-github icon-2x"></i></a> <a href="http://github.com/node-red/node-red">Find the code on GitHub</a></div>
<div class="content"><a class="link-icon" href="http://twitter.com/nodered"><i class="icon-twitter icon-2x"></i></a> <a href="http://twitter.com/nodered">Follow us on Twitter</a></div>
</div>
<div class="col-1-2">
<div class="content"><a class="link-icon" href="https://groups.google.com/forum/#!forum/node-red"><i class="icon-envelope icon-2x"></i></a> <a href="https://groups.google.com/forum/#!forum/node-red">Join the mailing list</a></div>
<div class="content"><a class="link-icon" href="http://blog.nodered.org/rss"><i class="icon-rss icon-2x"></i></a> <a href="http://blog.nodered.org/rss">Subscribe to the blog</a></div>
</div>
</div>
</div>
<div class="footer">
<div class="grid">
<div class="content">
<div class="ets-link"><a href="http://ibm.com/blogs/et">Node-RED is a creation of IBM Emerging Technology</a></div>
<div class="ets-link"><a href="http://ibm.com/blogs/et"><img class="ets-globe" src="/images/ets-globe.png" /> </a></div>
</div>
</div>
</div>