angular-websocket icon indicating copy to clipboard operation
angular-websocket copied to clipboard

:arrow_upper_left: The missing Angular WebSocket module for connecting client applications to servers by @AngularClass

Results 66 angular-websocket issues
Sort by recently updated
recently updated
newest added

Hi, Now that developing [Electron](http://electron.atom.io) based apps is common, to support those apps, I think we better remove the check `if (typeof window === 'undefined')` as anyway it is in...

Why does angular-websocket force the url to start with ws:// ?????

Hi I am using angular-websocket for my websocket implementation, when using the onMessage I can see a strange behavior, each time I am receiving my data back I can see...

Please consider this to be a feature request. I'm using Angular with JWT tokens ( https://github.com/auth0/angular-jwt ) and JWT injector is not working with angular-websocket.

I tried following the example in the README that shows how to mock angular-websocket, but I am not able to mock the onMessage handler. I have also raised my concern...

I don't know what exactly the failure is; maybe it's because ws 1.1.0 doesn't include the client side anymore? Whatever the reason, trying to use angular-websocket 1.1.0 on the client...

Hi there, Thanks a lot for this great great library. I am doing a e2e test with Jasmine. And I cannot seem to fake a connection and have the websocket...

Isn't the $websocketBackend supposed to act like httpbeckend mock, and send data / process messages? If not, how can I achieve this behaviour? So far I've found only nodeJS mock...

I've a problem using angular-websocket with requirejs. It tries to load the dependency "ws" and it can't find it. It runs all fine if i change `define(['module', 'exports', 'angular', 'ws'],...

all the examples i see the direction of the websocket is set already by default, i want to change it directly in the controller any time i need it.