angular-socket-io
angular-socket-io copied to clipboard
Socket.IO component for AngularJS
Hello sir, I am an jr.Android Developer and created a socket.io client side with java. So I think you know there is v1 or v2 in client side for java....
I'm developing a production level application using AngularJS on front-end. I need to monitor the socket connection continuously and in case of loss of connection re-connect. How can this be...
Hey, I'm trying to use angular-socket-io in my project that uses `grunt serve` command to run the `Gruntfile.js`. Here's what I have done: 1. Downloaded angular-socket-io and socket.io-client via bower...
I have a one error: scope.$on is not a function at http://URL/js/socket/directive.socket.js:92:21 `forward: function (events, scope) { if (events instanceof Array === false) { events = [events]; } if (!scope)...
Issue https://github.com/btford/angular-socket-io/issues/138
how can client connect to a specific namespace in angular socket io.
Couldn't find an example. Thanks!
This is to support deployment to webjars.org so that people can pull the dependency to JVM based applications such as SpringBoot
`let groupModule = angular.module('app.group',['btford.socket-io']);` I have included `socket.js` and `/socket.io/socket.io.js` as well. Still getting this error.
is there another version that supports angular2+ ?