Eleftheria Batsoueleftheriabatsou.hashnode.dev·May 31, 2024Tutorial: Real-time Chat App in Rust with Rocket 🦀⌨️Hello, amazing people and welcome back to my blog! Today we will build a real-time chat application in Rust using the Rocket framework. In the past, I've written a tutorial on a chat application, but this one is way different and feels more modern. I...Discuss·21 likes·164 readsRust Projects 🦀Rust
Wilfred Almeidablog.wilfredalmeida.com·Apr 17, 2023Rusly: Rust URL Shortener System DesignRusly is a URL shortener built using the Rocket framework in Rust. Checkout RuslyCheckout the Rusly GitHub repo This blog lays out the system design thought process I used while designing and developing the system. Read about the Rust syntactical dev...Discuss·2 likes·571 readsRust
Imajinimajindevon.hashnode.dev·Oct 19, 2022Creating a minimal RESTful song request API using Rocket 🚀What is a song request system? If you watch streamers on platforms such as YouTube and Twitch, you may have encountered a song request system. A song request system allows the viewer to add a song to a song queue. When the song reaches the front of ...Discuss·1.1K readsRocket