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

I seem to keep getting a SyntaxError in IE11 when using the minified version of this package (2.0.0). It also happens when I minify it as part of my full...

never mind. I figured out my issue... was a long day and not paying attention. please close

Good evening, For testing purposes, the mock response can be a promise. It would be interesting to add a delay in mock responses. Hugs

Hi there, I added a string id to the module definition, which addresses issue #79 Kind regards, rey malahay

We have been using the angular-websocket library for months and love it! Recently ran into an issue where we are asking for data that our server is sending in 7-8...

Hi I am using this library for an iOS app. The problem I am facing is I can see the web socket being initialized and when I am running my...

Why it gives me invalid url ? I tried this : ` var dataStream = $websocket('ws:://localhost:3000/api/students/testing'); ` and this : ` var dataStream = $websocket('ws:://api/students/testing'); ` but it is no...

Hey, thanks for the great module. Is there any way to get response codes or even full response when WS handshake fails? At the moment, I'm using websocket with authentication...