qmmr / homework-assignment-01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pirple - The Node.js Master Class


Homework assignment #1

Description

A very simple http server built in Node.js without any externall dependencies. The server listens for incoming requests on port 1337. Only GET and POST requests that are targeting /hello url get the 200 response. All others are getting 404.

Usage

  • node index.js to start the server
  • Have fun!

About


Languages

Language:JavaScript 100.0%