An open API service indexing awesome lists of open source software.

https://github.com/code-raushan/node-http-server

A simple HTTP server created in just Node JS without the help of any framework.
https://github.com/code-raushan/node-http-server

Last synced: about 1 year ago
JSON representation

A simple HTTP server created in just Node JS without the help of any framework.

Awesome Lists containing this project

README

          

# A simple HTTP Server

In events of learning HTTP, the protocol, I have implemented a simple HTTP server with the help of official [NodeJS](nodejs.org) docs.

- It makes use of `HTTP` module of Node to create the server.

- Set the listening port and response headers and status codes.

- (Sidejobs) Digged up ThunderClient extension of VS Code. Believe me, it is at par with the Postman(atleast for meπŸ˜‰).