A clean and simple CLI tool to start, stop, and restart an HTTP server using Node.js.
- Start a server on port 3000
- Stop the server
- Restart the server safely
- CLI interface with async/await
- Clone the repository:
git clone https://github.com/aydope/node-cli-http-server.git
cd node-cli-http-server