• A real-time high-fidelity chat application (YT link) in Rust using the Rocket framework
• Create using tokio and serde, a bounded, multi-producer, multi-consumer channel, where each sent value is broadcast to all active receivers.
• Was able to handle up to 10,000 concurrent requests per second on a single machine.