Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krgauravsk/simple-nodeserver-app
A lightweight Node.js web server that serves a single 'index.html' file. This simple application is designed for basic web hosting and serves static content with minimal configuration.
https://github.com/krgauravsk/simple-nodeserver-app
html localhost nodejs
Last synced: 9 days ago
JSON representation
A lightweight Node.js web server that serves a single 'index.html' file. This simple application is designed for basic web hosting and serves static content with minimal configuration.
- Host: GitHub
- URL: https://github.com/krgauravsk/simple-nodeserver-app
- Owner: krgauravsk
- Created: 2023-09-18T15:25:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T16:08:50.000Z (over 1 year ago)
- Last Synced: 2024-11-14T07:01:48.593Z (about 2 months ago)
- Topics: html, localhost, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run Command:- npm start
//only http://localhost:3000/index.html -> Hello Success
//index.js -> Error 404: /index.js not a HTML file.
//about.html -> Error 404: /about.html does not exists.