-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (41 loc) · 2.35 KB
/
Copy pathindex.html
File metadata and controls
52 lines (41 loc) · 2.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>JSOS by js-os</title>
</head>
<body>
<header>
<div class="container">
<h1>JSOS</h1>
<h2>JSOS - Full JavaScript Software Stack</h2>
<section id="downloads">
<a href="https://github.com/js-os" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>
<a name="welcome-to-jsos---full-javascript-software-stack" class="anchor" href="#welcome-to-jsos---full-javascript-software-stack"><span class="octicon octicon-link"></span></a>Welcome to JSOS - Full JavaScript Software Stack</h3>
<p>JSOS aims at zero barrier of entry to Internet of Things and embedded software development for JavaScript developers. We will package together the best in JavaScript and node.js on top of embedded Linux, so that you can build beautiful software to power your gadgets.</p>
<p>The JSOS core projects focus on an <em>adaptation layer</em> to make the kernel functions and hardware accessible, and <em>system modules</em> for a lightweight JavaScripted system-level services. With the exception to the adaptation layer, the operating system specifics will be kept at minimum, so that the whole node.js and JavaScript community can reuse and benefit from the effort.</p>
<p>More specific plans will be published soon. Follow js-os in GitHub to stay tuned.</p>
</section>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-51162430-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>