cobalt is a minimal, high performance reverse proxy written in rust using tokio. It's the greatly improved descendant of the earlier pine. It focuses on simplicity and speed, with >1ms of latency added to most requests.
to install, you'll need cargo
and git
installed.
cargo install --git https://github.com/blobcode/cobalt.git
to get up and running, just install and run cobalt -c <path to config file>
.
an example config can be found in cobalt.toml
.
written with ❤️ by blobcode