#Cavachess WebSocket socket.io server
This is the WebSocket component for the Cavachess project.
Cavachess is a community website around Chess.
- Git clone this repository
- Install dependencies => npm install
- Launch your websocket server => node server.js
1 vs 1 Chess games Ingame chat Matchmaking :
- Players must choose the same game mode
- Players must have a close rank (+/- 200 pts)
- Leaving or reloading the page close your websocket connection (instant loss)
- Currently no id user restriction (you can play against yourself)
- Queue sometimes failing to match players
- socket.io
- express.js
Thomas Gachet