Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 344 Bytes

chariot-server

Responsible for chariot game simulation and networking with clients.

This server will need to expose two API's:

  1. a custom TCP connection to locally networked clients
  2. an internet-facing websocket connection to audience web clients

running the server

cd chariot-server
# make source changes...
cargo run