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.
- Host: GitHub
- URL: https://github.com/code-raushan/node-http-server
- Owner: code-raushan
- Created: 2022-11-03T15:49:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T15:53:26.000Z (over 3 years ago)
- Last Synced: 2025-02-08T01:17:14.378Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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π).