Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-umairkhan/http-server-nodejs
basic node server with http
https://github.com/i-umairkhan/http-server-nodejs
curl http nodejs server
Last synced: 3 days ago
JSON representation
basic node server with http
- Host: GitHub
- URL: https://github.com/i-umairkhan/http-server-nodejs
- Owner: i-umairkhan
- Created: 2022-09-03T06:58:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T07:04:41.000Z (about 2 years ago)
- Last Synced: 2023-11-05T14:34:41.563Z (about 1 year ago)
- Topics: curl, http, nodejs, server
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http-server-nodejs
A basic server that runs on localhost 8000
gti clone repo (Get Code)
node server.mjs(start server)
curl -X POST -F "name:name" http://localhost:8000 (make post request to server)
curl http://localhost:8000 (make get request by default)