Pure Rust implementation of Gun. For a wasm version, check out gun-rs-wasm.
Deployed at https://gun-us.herokuapp.com (serves iris-messenger at the root)
Live stats: https://gun-us.herokuapp.com/stats
3/12/2021:
Rust is required.
cargo install cargo-watch
RUST_LOG=debug cargo watch -x 'run -- serve'
heroku create --buildpack emk/rust
git push heroku master
or: