this post was submitted on 18 Jun 2023
4 points (100.0% liked)

Rust Programming

8427 readers
111 users here now

founded 5 years ago
MODERATORS
 

Hi fellow Rustaceans. I am new to rust and web stuff and I want to make battleship game with rust as a server side and android as a client. Will Rocket/Actix web be ok if I want to create something like a lobby/room for players, or will sockets be better suited?

top 1 comments
sorted by: hot top controversial new old
[–] CostcoFanboy 1 points 2 years ago

Rocket is slowly becoming abandonware. Actix seems like the only one with reliable development.