Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)