A series of files containing Node.js examples. An instructional aid for learning Node.js.
- printHello
- Print "Hello World" on your console
- variables
- arrays and objects
- functionTest
- Use a function to do something
- nonBlock
- Demonstrate Node.js asynchronous
- firstServer
- First Node.js server
- routesServer
- Handle routes in Node.js
- serverExpress
- Install a library and make use of it
- staticFolder
- Setup a website static folder (direct file serving)
- TCPServer
- Run Node.js as a TCP server
- socketIO
- Install and run library: socket.io
- johnny5, cylon.js
- Use Node.js to control an Arduino