This README refers to Node School. This event took place at Coworking Faro (02-08-2014). The event had 13 node.js challenges and the code was submitted and verified by a platform called learnyounode
- sudo apt-get install nodejs
- sudo apt-get install npm
- npm install -g learnyounode
- In node.js recent versions, the command is
nodejs [prog_name.js]
instead ofnode [prog_name.js]
causing an error on learnyounode platform
- Call the platform learnyounode and read the exercise description
- To run: learnyounode verify
[prog_name.js]
- 1- Print
- 2- Arguments by the command lines
- 3- Sync file reading
- 4- Async file reading (Callback Fuction)
- 5- File filter by extension
- 6- Create Module
- 7- Client HTTP
- 8- HTTP collect
- 9- Juggling Async (3 URL requests, queue management)
- 10- Time Server
- 11- File Server
- 12- HTTP Uppercaserer
- 13- HTTP JSON API Server