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 implemented automatical notification of listeners, so that the test code does not need to have access to the productive socket instance to invoke the listeners. Additionally it is now...

Hello, I'm getting this error when running the application. I'm using webpack 2 > ReferenceError: require is not defined Here's how I import the module on index.js ``` import ngWebSocket...

Hi, I notice that the lib doesn't work on Safari browser (without Flash installed), instead it works well on Chrome browser. Does the websocket lib require Flash installed? Thanks

In my server code, I was starting to write code to reject requests that don't pass the correct URL (in the node-ws shouldHandle(request) handler). My client was still requesting a...

How do we set the cookie sent with connection request?

The documentation doesn't suggest any way to remove callback from socket. We can access the raw websocket object from property and call `removeEventListener` method of it, but that is not...

Hi, Is it possible to send/receive binary data? (ex. binary encoded protobuf messages). Thanks!

Hi, in some cases client has to keep connection alive, is it possible to configure the websocket heartbeat timeout or it has to be implemented manually?

In my app, I need to scan through 10 webSocket addresses to see which one is available regularly. Here is how I use the client: ``` var wsConn = $websocket('ws://mySite.com',...

Make the console logging on reconnect optional, add reconnectDelaySeconds property to close event