Node Lesson 2019. A collection of lessons teaching Node.js fundamentals.

github.com/Asabeneh/node-lesson-2019

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2019
  • fs and os core module added
  • a shared foler created to store a custom modules
  • basic route implemented
  • .gitignore included
  • nodemon is installed and script is configured to use yarn start or np…
  • getting req method, url and
  • http server is created
  • http core module added to create a server
  • http core module added to create a server
  • server.js entry file added
  • initial commit