http-server is a simple, zero-configuration command-line static HTTP server. It is powerful enough for production usage, but it's simple and hackable enough ... README.md · Issues 102 · Pull requests 41 · Discussions
A simple web server, built in javascript, distributed as an NPM package, for node.js. At the time of this writing, it will serve up static HTML, CSS, and JS ...
This is a simple HTTP server implementation in Node.js. It listens for incoming connections on a specified port and handles HTTP requests by parsing the request ...
The purpose of this repo is to test deployment with the simplest possible node.js app. Run it: git clone [email protected]:nelsonic/hello-world-node-http-server. ...