No description
- Rust 80.2%
- Nix 16.5%
- HTML 3.3%
| .cargo | meow | |
| crates | move server entirely to a lib.rs | |
| example_site | add treefmt, format. | |
| .envrc | add treefmt, format. | |
| .gitignore | meow | |
| Cargo.lock | move to workspace | |
| Cargo.toml | reformat, apply clippy lints, get it working in nix | |
| deny.toml | add treefmt, format. | |
| flake.lock | add treefmt, format. | |
| flake.nix | add treefmt, format. | |
| LICENSE.md | add treefmt, format. | |
| README.md | add readme | |
| treefmt.nix | add treefmt, format. | |
meowserver
a (heavy) WIP HTTP server intended to be zero alloc and robust after setup.
basically: tigerbeetle but a HTTP server
It is intended for serving static sites reliably.
HTTPS support (through an ACME HTTP-01 challenge) isn't out of the question, but not considered at the moment.