/spot-server

Handles the websocket connections for the Spot game

Primary LanguageRustMIT LicenseMIT

Build Status Build status dependency status

spot-server

The server for running the Spot game.

Running

git clone https://github.com/teovoinea/spot-server
cargo run --release

OR (soon)

cargo install spot-server
cargo run spot-server

Architecture

rust-websocket

Broadcasts messages between websocket connections using a custom multi producer multi consumer channel scheme