You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/posts/newsletter-018/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ primarily by simply writing YAML configuration files and integrating with
347
347
348
348
### [Exploring WebSocket with Rust and Tide](https://javierviola.com/post/exploring-websocket-with-rust-and-tide/)
349
349
350
-
An exploration post on how to use WebSockets with [Tide](https://github.com/http-rs/tide) framework by creating a simple tic-tac-toc game. It's focused on how to implement `ws` to enable all time of real time apps (and games) with Rust and Tide.
350
+
An exploration post on how to use WebSockets with [Tide](https://github.com/http-rs/tide) framework by creating a simple tic-tac-toc game. It's focused on how to implement `ws` to enable all time of real time apps (and games) with Rust and Tide. You can also [play online](https://tic-tac-tide.labs.javierviola.com/).
0 commit comments