mirror of
https://codeberg.org/gigirassy/blurr.git
synced 2026-05-24 18:44:08 -04:00
A tiny, static, crystal speedtest server.
- Crystal 95.1%
- Dockerfile 4.9%
| .forgejo/workflows | ||
| doc | ||
| blurr.cr | ||
| compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
blurr
A tiny, static, speedtest server written in Crystal.
This was made due to the heavy bloat with other speedtests out there. Blurr is a tiny self-contained binary that takes up 7MB when stripped, and doesn't rely on any external web frameworks.
Building is as simple as crystal build ./blurr.cr --release --static --no-debug -o ./blurr && strip ./blurr.
Blurr runs on port 8080 by default! You can run it on a different port with PORT=8052 ./blurr for example!
Blurr's results are most accurate on your own server! If you run a homelab or own a VPS, host your own instance with the compose.yml!
Try it here: https://blurr.click
