Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 697 Bytes

File metadata and controls

30 lines (27 loc) · 697 Bytes

nodejs-examples

A series of files containing Node.js examples. An instructional aid for learning Node.js.

Topic list

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