ls-angularjs-socket-cluster
v1.0.0
Published
LS AngularJS SocketCluster Interface
Downloads
1
Readme
AngularJS SocketCluster Client
This module provides a socket wrapper using the socket cluster client to interface with a socket server.
Dependencies
- AngularJS (http://angularjs.org/)
- SocketCluster (http://http://socketcluster.io/)
Documentation
Installation
bower install angularjs-socket-cluster
Building
# checkout the repository
git clone [email protected]:ryanpager/angularjs-socket-cluster.git <folder>
# install npm dependencies
npm install
# install bower dependencies
bower install
# build the source
gulp build