Chess Wrap
An Chess Application with Redis And MEAN Stack.
It uses WebSockets to handle connections. The games are stored and can be viewed.
Run bower to install back dependencies.
$ npm install
Then run bower to install front dependencies.
$ bower install
The client server is not emplemented. The API server can be initialized with
$ node api/index.js