Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.