Skip to content

N18: Exploring WebSocket with Rust and Tide #481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion content/posts/newsletter-018/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ which will be released in the Steam.
![Dwarf World](dwarfworld_lights.gif)

[Dwarf World][dwarf-world] by [Alex Ene][@_AlexEne_] has added a couple
of updates and improvements:
of updates and improvements:

- Dynamic lights and light propagation so deeper caves are darker.
- An in-game feedback button that people can use to report bugs or
Expand Down Expand Up @@ -345,6 +345,19 @@ primarily by simply writing YAML configuration files and integrating with

## Learning Material Updates

### [Exploring WebSocket with Rust and Tide]

![tic-tac-tide img](tic-tac-tide.png)

An exploration post on how to use WebSockets with [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 [tic-tac-tide] online.

[Exploring WebSocket with Rust and Tide]: https://javierviola.com/post/exploring-websocket-with-rust-and-tide/
[Tide]: https://github.com/http-rs/tide
[tic-tac-tide]: https://tic-tac-tide.labs.javierviola.com/

## Engine Updates

### [`ggez`](ggez)
Expand Down
Binary file added content/posts/newsletter-018/tic-tac-tide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.