angular-socket-io : Bower Component for using AngularJS with [Socket.IO](http://socket.io/), based on [this](http://briantford.com/blog/angular-socket-io.html).. You can installing angular-socket-io npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install angular-socket-io $ sudo npm install -g angular-socket-io
If want to update the angular-socket-io package execute the command as below,
$ sudo npm update angular-socket-io
Update package globally,
$ npm install -g angular-socket-io
$ sudo git clone https://github.com/rektide/angular-socket-io.git
$ sudo npm install -g ./angular-socket-io
angular-socket-io@0.7.0 /usr/lib/node_modules/angular-socket-io
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall angular-socket-io
Package Name | angular-socket-io |
Version | 0.7.0 |
Description | Bower Component for using AngularJS with [Socket.IO](http://socket.io/), based on [this](http://briantford.com/blog/angular-socket-io.html). |
Released Date | 2014-12-08T04:06:03.588Z |
Published by | btford |
How to Learn | https://www.npmjs.com/package/angular-socket-io/tutorial |