Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 204 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 204 Bytes

Nodejs RESTful API

Learning core concepts of Nodejs

  • Create http server and listen to port
  • Get path and query string
  • Get method and headers too
  • Get Payload
  • Create a router
  • Setup URL handler