this post was submitted on 18 Jun 2023
8 points (100.0% liked)
Rust Programming
8219 readers
6 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not a web / game dev but from what I can remember off Fireship videos you probably want to use some sort of web sockets because the data you're working with are real time right? A quick search on lib.rs and it seems like you would have better chances with Actix-web. They even have examples for websockets.