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

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

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........