| Crates.io | bippy |
| lib.rs | bippy |
| version | 0.1.1 |
| created_at | 2024-03-07 18:55:25.656354+00 |
| updated_at | 2024-03-07 18:56:20.302422+00 |
| description | A really simple CLI HTTP server |
| homepage | https://github.com/alicewriteswrongs/bippy |
| repository | https://github.com/alicewriteswrongs/bippy |
| max_upload_size | |
| id | 1166196 |
| size | 23,092 |
Bippy is a really simple and kinda bad http server. Good for locally serving a directory of files when debugging something or when anything more complicated is too much bother.
It's really really not for production use, I wrote it to learn a bit about sockets and http, and while I don't know if I actually learned anything it does somewhat.
To serve the contents of the current working directory just do:
bippy
To serve a particular directory you can do
bippy --dir docs/
Enjoy!