Skip to content

Latest commit

 

History

History

chariot-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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