lyn
Learn You Node
My solutions to self-guided workshops on Node.js by learnyounode.
Node.js is a program that you install on your computer. With Node.js you can use the very popular programming language JavaScript to write software.
JavaScript is usually used in a browser like Internet Explorer or Safari but with Node.js it is possible to do a lot more.
Combined with other tools, Node.js allows you to write Desktop applications like Word or iTunes, Server applications like Apache, Network applications like Curl or even mobile applications for the iPhone or Android.
Nodeschool, open source workshops that teach web software skills. Do them on your own or at a workshop nearby.
License
learnyounode is Copyright (c) 2013-2015 learnyounode contributors (listed above) and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.
learnyounode builds on the excellent work by @substack and @maxogden who created stream-adventure which serves as the original foundation for learnyounode.