Add Rust project, types and initial web server
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.
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.