This project has been abandoned. See issue #15.
A real-time multi-player chess app using node, express, and of course socket.io.
A demo can currently be found at chess.thebinarypenguin.com.
This project is just a little something I threw together for personal education and isn't particularly polished. However the following projects are and should be checked out
- Chess.js A javascript chess engine
- Chess Hub A chess webapp based on benas's gamehub.io project
- Download
git clone https://github.com/thebinarypenguin/socket.io-chess.git
- Install
cd socket.io-chess
npm install
- Run
node server.js
Licensed under the MIT License