2 releases
0.1.1 | Mar 7, 2024 |
---|---|
0.1.0 | Mar 7, 2024 |
#859 in HTTP server
14KB
355 lines
Bippy
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.
Usage
To serve the contents of the current working directory just do:
bippy
To serve a particular directory you can do
bippy --dir docs/
Enjoy!
Dependencies
~3–11MB
~145K SLoC