From d3651fa6c0b0365f9b47e2a91de5ff3e2b1e1275 Mon Sep 17 00:00:00 2001 From: Caio Date: Sun, 1 Dec 2024 09:57:01 -0300 Subject: [PATCH] Add blog post --- draft/2024-12-04-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-12-04-this-week-in-rust.md b/draft/2024-12-04-this-week-in-rust.md index bebaa2c7a..0a003f3d5 100644 --- a/draft/2024-12-04-this-week-in-rust.md +++ b/draft/2024-12-04-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Building a real-time chat using WebSockets over HTTP/2 streams](https://c410-f3r.github.io/thoughts/building-a-real-time-chat-using-web-sockets-over-http2-streams) ### Research