The Bare Server implementation in NodeJS.
npm install educational-br-sr--help option when running the CLI.
sh
npm install --global @tomphttp/bare-server-node
`
2. Start the server
`sh
npx bare-server-node
`
Optionally start the server localhost:8080:
`sh
npx bare-server-node --port 8080 --host localhost
``