Skip to content

Add Rust project, types and initial web server

Jason Heard requested to merge add-rust-types into master

This implements the basic web server and all of the message types as defined in TypeScript. In addition, the server will accept a join-game message and send out a game-state message as a result.

Merge request reports