game-server icon indicating copy to clipboard operation
game-server copied to clipboard

An example websocket game server written in rust.

Webscoket Game Server Example

alt text

  • After I read the Gabriel Gambetta's Fast Paced Multiplayer articles, I decided to implement it for myself.
  • You can access to the client counterpart here.

Usage

  • Just change the PORT constant in main.rs and you are good to go.