This repository implements the TompHTTP bare server. See the specification [here](https://github.com/tomphttp/specifications/blob/master/BareServer.md).
npm install v2.0.1--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
``