bare-server-rust is a fully compliant Rust implementation of TompHTTPs' Bare Server specifications. This is a server that will receive requests from a service worker (or any client) and forward a request to a specified URL.
git clone https://github.com/NebulaServices/bare-server-rust
cd bare-server-rust
cargo build && cargo run
- Websocket support