Node.js CLI HTTP Server A clean and simple CLI tool to start, stop, and restart an HTTP server using Node.js. Features Start a server on port 3000 Stop the server Restart the server safely CLI interface with async/await Installation Clone the repository: git clone <repo-url> cd <repo-folder>