ngSocketIO icon indicating copy to clipboard operation
ngSocketIO copied to clipboard

Simple Socket.IO module for AngularJS

Results 4 ngSocketIO issues
Sort by recently updated
recently updated
newest added

can i send audio file with this module?

Hi, Added a disconnect method because I noticed that in my Angular app when I have a controller that uses a socket, upon navigating to a different route, the socket...

right now the connection with the server is straightforward: var socket = io.connect() it would be nice to be able to configure that for cases when the connection is made...

Tested install locally including running with [generator-angular-fullstack](https://github.com/DaftMonk/generator-angular-fullstack) so the file is added to `bower_components` scripts in `index.html` and it works (_adds minified version_). Did not publish to bower registry and...