This is a chess website where people can play against each other online in real time.
Play a game of chess here - Live demo
If you want to know how this project works, read the tutorial at Making an online chess game with Socket.io
- Moves are reflected in real time, with no noticable delay.
- Simple to use, just enter a free room number, grab an oponent and you're ready to play.
- Upto a 100 games can be played simultaneously.
Just clone this repository , and then run
npm install
node index.js