A mumble client and server written in Rust.
This repo is proof of concept and is not intended to be used in place of the original mumble server at this time.
- Supports existing mumble clients
- Web client
- Mobile support via Tauri
# Start the mumble server
make run-server
# Start the web server for the web client.
# Runs on localhost:8080
make run-web