Web-server using node-js (lesson)

From regional-training
Revision as of 11:04, 24 August 2022 by Ralph (talk | contribs) (Ralph moved page Lesson:a simple web-server using node-js to Web-server using node-js (lesson))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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