https://github.com/anuragnatoo/simplewebappnode
A simple web server using Node JS
https://github.com/anuragnatoo/simplewebappnode
Last synced: about 2 months ago
JSON representation
A simple web server using Node JS
- Host: GitHub
- URL: https://github.com/anuragnatoo/simplewebappnode
- Owner: anuragnatoo
- Created: 2022-03-17T13:48:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T18:05:42.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T06:45:22.153Z (11 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simpleWebAppNode
* A simple Web App made using Node JS.
* Creates a web server on Port 8080 and Sends the text "Hello! World!" text as a response to any Http request.