a refreshingly simple web chat client & server.
- web UI
- encrypted WebSocket over HTTPS w/ warp
- asynchronous & concurrent w/ tokio
- multi-user support
- user authentication & authorization
- login page
git clone https://github.com/symposium
cd symposium
cargo run
visit https://127.0.0.1:8080
- direct messages
- topic channels
- message history
- commands (eg /list /join)