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 installThen run bower to install front dependencies.
$ bower installThe client server is not emplemented. The API server can be initialized with
$ node api/index.js