Livecount is a widget for web pages showing how many browsers are currently open to this exact page.
Normally: cargo build --release.
Completely static: cargo build --target x86_64-unknown-linux-musl --release
Test page. Not really a health page.
Prometheus metrics.
- Either upgrade to warp 0.4, or throw it out and only use hyper.
- Clean up all the logic. This was literally my first Rust program, so it's a bit shit.