diff --git a/draft/2024-12-04-this-week-in-rust.md b/draft/2024-12-04-this-week-in-rust.md index d6ebbc882..351115572 100644 --- a/draft/2024-12-04-this-week-in-rust.md +++ b/draft/2024-12-04-this-week-in-rust.md @@ -43,6 +43,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) * [Running Bevy in a Web Worker with Rendering and Physics!](https://allwright.io/#/blog/20241127-bevy-webworker.md) ### Research