Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
aihaiti abudureheman
30 Pointsjavascript
I want to know more about node.js, what is it exactly?
2 Answers
Erik Nilsen
20,433 PointsI want to know more about node.js, what is it exactly?
Node.JS built on top of Google Chrome's V8 JavaScript Runtime. It allows you to use JavaScript on the command-line rather than a browsers console.
Some of the advantages of Node JS can be found here: http://stackoverflow.com/questions/1884724/what-is-node-js
If you still have questions about it, let me know :)
TJ Egan
14,420 PointsNode.js 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 OS X, Microsoft Windows, Linux, FreeBSD, NonStop and IBM i.