shall we play a game? http://chess.davidwindham.com
| 
				
					 | 
			10 years ago | |
|---|---|---|
| bin | 10 years ago | |
| dist | 10 years ago | |
| routes | 10 years ago | |
| spec | 10 years ago | |
| src | 10 years ago | |
| views | 10 years ago | |
| .gitignore | 10 years ago | |
| .jshintrc | 10 years ago | |
| LICENSE.md | 10 years ago | |
| README.md | 10 years ago | |
| app.js | 10 years ago | |
| gulpfile.js | 10 years ago | |
| io.js | 10 years ago | |
| package.json | 10 years ago | |
| winston.js | 10 years ago | 
A lightweight, real-time chess app built in Node, Express, Socket.IO, React, Flux and Immutable. Reti Chess also uses chess.js for move validation and check/mate/draw detection.
You can play the game on www.retichess.com.
If you want to run it locally (with node v0.12):
Install dependencies
npm install
sh
export NODE_ENV=development
Run the server
npm start
sh
npm install -g nodemon # if you don't have nodemon installed yet
nodemon --harmony bin/www
Run gulp if you want to recompile static assets when you save a file
gulp
Available under the MIT License (MIT).