-
Notifications
You must be signed in to change notification settings - Fork 1
Node
Jason Charney edited this page Jan 30, 2015
·
10 revisions
Node.js, or just Node, is an open source, cross-platform runtime environment for server-side and networking applications. Node.js applications are written in JavaScript, and can be run within the Node.js runtime on most operating systems.
Node requires GCC, Make, and Python. If you are using Linux, you should already have these things.
cd ~/Software
curl -SL http://nodejs.org/dist/v0.10.36/node-v0.10.36.tar.gz | tar xzv
cd node-v0.10.36/
./configure && make && sudo make install && sudo ldconfig
TODO: There is some necessary step that needs to be done to prevent node from SegFaulting on Odroid!
- JavaScript
- JSON
- Webkit
- CoffeeScript
- [Google Chrome](Google Chrome)
- Ruby
- OCAML
- Haxe
- Less
- http://nodejs.org/
- https://github.com/joyent/node
- https://www.npmjs.com/
- http://forum.odroid.com/viewtopic.php?f=52&t=6548 - Fixing the Segmentation Fault bug for Node on ODroid