This module provides a socket wrapper using the socket cluster client to interface with a socket server.
- AngularJS (http://angularjs.org/)
- SocketCluster (http://http://socketcluster.io/)
bower install angularjs-socket-cluster
# checkout the repository
git clone git@github.com:ryanpager/angularjs-socket-cluster.git <folder>
# install npm dependencies
npm install
# install bower dependencies
bower install
# build the source
gulp build