1
0
Fork
You've already forked meowserver
0
No description
  • Rust 80.2%
  • Nix 16.5%
  • HTML 3.3%
2025年03月16日 14:55:45 +00:00
.cargo meow 2025年03月13日 10:21:43 +00:00
crates move server entirely to a lib.rs 2025年03月16日 14:55:45 +00:00
example_site add treefmt, format. 2025年03月15日 15:48:46 +00:00
.envrc add treefmt, format. 2025年03月15日 15:48:46 +00:00
.gitignore meow 2025年03月13日 10:21:43 +00:00
Cargo.lock move to workspace 2025年03月15日 05:31:15 +00:00
Cargo.toml reformat, apply clippy lints, get it working in nix 2025年03月15日 06:50:33 +00:00
deny.toml add treefmt, format. 2025年03月15日 15:48:46 +00:00
flake.lock add treefmt, format. 2025年03月15日 15:48:46 +00:00
flake.nix add treefmt, format. 2025年03月15日 15:48:46 +00:00
LICENSE.md add treefmt, format. 2025年03月15日 15:48:46 +00:00
README.md add readme 2025年03月13日 11:04:08 +00:00
treefmt.nix add treefmt, format. 2025年03月15日 15:48:46 +00:00

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.