https://github.com/simoneb/edging
https://github.com/simoneb/edging
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simoneb/edging
- Owner: simoneb
- License: other
- Created: 2015-05-23T23:34:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T20:38:38.000Z (about 11 years ago)
- Last Synced: 2024-12-31T07:13:35.108Z (over 1 year ago)
- Language: JavaScript
- Size: 695 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Learn You The Node.js For Much Win!
[](https://gitter.im/nodeschool/discussions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
**An intro to Node.js via a set of self-guided workshops.**
[](https://nodei.co/npm/learnyounode/) [](https://nodei.co/npm/learnyounode/)

1. Install [Node.js](http://nodejs.org/)
2. Run `sudo npm install learnyounode -g`
3. Run `learnyounode`
4. **.. profit!**
learnyounode will run through a series of Node.js workshops. Starting at a basic *"HELLO WORLD"* and moving on to more advanced exercises about dealing with synchronous & asynchronous I/O, filesystem operations, TCP and HTTP networking, events and streams.
Once you have finished learnyounode, graduate to [stream-adventure](https://github.com/substack/stream-adventure) for a set of exercises that dig in to Node's streams.
### Contributors
learnyounode is proudly brought to you by the following hackers:
Rod VaggGitHub/rvaggTwitter/@rvagg
Andrey SidorovGitHub/sidoraresTwitter/@sidorares
Julián DuqueGitHub/julianduqueTwitter/@julian_duque
Lars-Magnus SkogGitHub/ralphtheninjaTwitter/@ralphtheninja
Tim InmanGitHub/thehackTwitter/@timinman
Dan FlettreGitHub/FletTwitter/@flettre
Leigh ZhuGitHub/lisposterTwitter/@lisposter
Lucas F. da CostaGitHub/lucasfcosta
Martin HeideggerGitHub/martinheideggerTwitter/@leichtgewicht
Toshiharu HaradaGitHub/haradatsTwitter/@haradats
Eric DouglasGitHub/ericdouglasTwitter/@ericdouglas_
Alejandro OviedoGitHub/a0viedoTwitter/@a0viedo
Leonardo NascimentoGitHub/leonascimentoTwitter/leonardo386
Christophe PorteneuveGitHub/tddTwitter/@porteneuve
Do Minh HaiGitHub/dominhhaiTwitter/@minhhai3b
Phung Van TuGitHub/minatu2dTwitter/@minatu2d
ShimGitHub/marocchinoTwitter/@marocchino
ChaYoung YouGitHub/yousTwitter/@_Yous
## 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](https://github.com/substack) and [@maxogden](https://github.com/maxogden) who created **[stream-adventure](https://github.com/substack/stream-adventure)** which serves as the original foundation for **learnyounode**.