-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnode.html
More file actions
117 lines (93 loc) · 5.56 KB
/
Copy pathnode.html
File metadata and controls
117 lines (93 loc) · 5.56 KB
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
114
115
116
117
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="Author" content="The Thing System" />
<meta name="Keywords" content="Internet of Things, iot, home automation, Thing Sensor Report Protocol, TRSP, Simple Thing Protocol, Cloud, API, steward, curators, Rendezvous Server, Rendezvous Protocol, The Trouble With Things," />
<meta name="Description" content="Welcome to The Thing System! Your life and your house went from one computer to an Internet of things. From tablets to lightbulbs, from sensors to media boxes, everybody gets their own Internet. Today, you have to fight your things. They don't talk to each other, the apps don't work, it's a tower of babel. Our solution is open source." />
<title>ⓣ the thing system - For Implementors - Introduction</title>
<link rel="stylesheet" href="../print.css" type="text/css" media="print" />
<link rel="stylesheet" href="../master.css" type="text/css" media="screen" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-44378714-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="leaf">
<div class="header">
<a href="../index.html" class="logo"><img alt="ⓣ the thing system" src="../images/thing.system.logo.svg" /></a>
</div>
<div class="main-content">
<ul class="nav">
<li><a href="../things/index.html" class="red">The Trouble With Things</a></li>
<li><a href="../dev/index.html" class="purple">For Implementors</a></li>
<li><a href="../dev/supported-things.html" class="green">Supported Things</a></li>
<li><a href="index.html" class="select-orange">Get The Code</a>
<ol class="toc-nav">
<li><a href="integrators.html" class="toc">System Integrators</a></li>
<li><a href="developers.html" class="toc">Client Developers</a></li>
<li><a href="node.html" class="select-toc" style="color: #e29346">Node Gurus</a> <span style="color: #e29346;">→</span></li>
</ol>
</li>
<li><a href="../meet/index.html" class="blue">About Us</a></li>
</ul>
<div class="content">
<h1>Node gurus</h1>
<p>Vive le roi! node.js is the most exciting thing to hit Internet
programming in a long time: so much power, so many possibilities, and a
vibrant, clueful community. It is also the ideal language for writing
the steward in.</p>
<p>With that in mind, neither of the steward's curators claim to be node.js
gurus, or experts, or even seasoned. (But, we are enthusiasts!)</p>
<p>If you are a node.js craftsman, then we could sure use your help. There
are two areas:</p>
<p>First, we run the steward on the Mac and on the RPi. If you are solid on
node.js ports, then perhaps you could try the steward out on other
platforms and see what works and what doesn't. For example, we have
nothing against running the steward on a Windows system, but neither of
the curators run Windows (other than intermittently in a VM).</p>
<p>We spent some time trying to get the steward to run on the BeagleBone
Black, but couldn't get all the dots to connect in the package
manager. We'll try again soon, but if you do node.js on a BeagleBone
Black now, maybe you can educate us (and contribute a little code).</p>
<p>Second, we've tried to make the organization and implementation of the
steward as faithful to the node.js model as we can. But if you want to
take a look and give us a (gentle) critique, that'd be great. In
particular, we're interested in hearing how to improve the efficiency
and performance of the steward.
</p>
</div>
<div class="footer">
<div class="footer-left"><a href="../index.html" class="green">↑</a> <a href="../index.html" class="yellow">the thing system</a></div>
<div class="footer-right"><a href="../code/index.html" class="select-orange">Get The Code</a></div>
</div>
<div class="pulldown styled-select" style="background-color: #fca34c;">
<form method="get" action="http://thethingsystem.com/">
<select name="primary" onchange="parent.location=(this.options[this.selectedIndex].value)">
<option value="../index.html">Select an Option</option>
<option value="../things/index.html">The Trouble With Things</option>
<option value="../dev/index.html">For Implementors</option>
<option value="../dev/supported-things.html">Supported Things</option>
<option value="../code/index.html">Get The Code</option>
<option value="https://drive.google.com/folderview?id=0B27nSHVkupK9a0dCRTJwaUo2WHM&usp=sharing">Get The Disk Image</option>
<option value="https://github.com/TheThingSystem/steward"> Contribute To The Repo</option>
<option value="../code/integrators.html"> - System Integrators</option>
<option value="../code/developers.html"> - Client Developers</option>
<option value="selected"> - Node Gurus</option>
<option value="../code/enhancements.html"> Third-Party Enhancements</option>
<option value="../dev/Installation.html">Quick Start</option>
<option value="../meet/index.html">About Us</option>
<option value="../index.html">ⓣ</option>
</select>
</form>
</div>
</div>
</body>
</html>