Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xasos/learnyounode
Going through the learnyounode Tutorial
https://github.com/xasos/learnyounode
Last synced: about 1 month ago
JSON representation
Going through the learnyounode Tutorial
- Host: GitHub
- URL: https://github.com/xasos/learnyounode
- Owner: xasos
- License: mit
- Created: 2014-08-31T20:44:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T20:23:23.000Z (about 10 years ago)
- Last Synced: 2024-10-14T21:18:38.309Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 309 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
learnyounode
==============Going through the learnyounode command line tutorial for Node.js.
## Activities
1. [Hello World](HelloWorld.js)
2. [Baby Steps](BabySteps.js)
3. [My First I/O](MyFirstIO.js)
4. [My First Async I/O](MyFirstAsyncIO.js)
5. [Filtered LS](FilteredLS.js)
6. [Make it Modular 1](MakeItModular1.js)[ & 2](MakeItModular2.js)
7. [HTTP Client](HTTPClient.js)
8. [HTTP Collect](HTTPCollect.js)
9. [Juggling Async](JugglingAsync.js)
10. [Time Server](TimeServer.js)
11. [HTTP File Server](HTTPFileServer.js)
12. [HTTP Uppercaser](HTTPUppercaser.js)
13. [HTTP JSON API Server](HTTPJSONAPI-Server.js)## Tutorial
The tutorial can be installed through [npm](https://www.npmjs.org/package/learnyounode) and is found at [nodeschool.io](http://nodeschool.io/#learn-you-node).## License
[MIT License](LICENSE)