https://github.com/st1llwater/httpmodule
HTTP Module in Node.js
https://github.com/st1llwater/httpmodule
Last synced: 26 days ago
JSON representation
HTTP Module in Node.js
- Host: GitHub
- URL: https://github.com/st1llwater/httpmodule
- Owner: ST1LLWATER
- Created: 2021-05-25T13:44:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T13:51:01.000Z (about 5 years ago)
- Last Synced: 2025-11-23T18:05:50.157Z (7 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
HTTP Webserver Hosted From Node.js
It takes the parameters given in url like "ok" in localhost:8000/ok and keeps adding them and printing them in the webpage.
For Eg: First Request: localhost:8000/ok
Output: ok
Second Request: localhost:8000/gtg
Output: ok gtg
And So On........