bippy

Crates.iobippy
lib.rsbippy
version0.1.1
sourcesrc
created_at2024-03-07 18:55:25.656354
updated_at2024-03-07 18:56:20.302422
descriptionA really simple CLI HTTP server
homepagehttps://github.com/alicewriteswrongs/bippy
repositoryhttps://github.com/alicewriteswrongs/bippy
max_upload_size
id1166196
size23,092
Alice Pote (alicewriteswrongs)

documentation

README

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!

Commit count: 0

cargo fmt