2 releases

0.1.1 Mar 7, 2024
0.1.0 Mar 7, 2024

#268 in HTTP server

Download history 238/week @ 2024-03-04 24/week @ 2024-03-11 35/week @ 2024-04-01

70 downloads per month

MIT license

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–13MB
~149K SLoC