Web-server using node-js (lesson)

From regional-training

outline

aims

  • to familiarise student with the apt package manager
  • install node-js and npm using apt
  • create a node-js project
  • test a simple node-js application
  • familiarise with the [API] [1]
    • look at Class http.server
  • write a small http.server that sends some HTTP

references