Skip to content Skip to sidebar Skip to footer
Showing posts with the label Websocket

Sending Data Only To Chosen Users Using Socket.io-node

Is it possible to send data using socket.io-node just to chosen group of users? For example, how co… Read more Sending Data Only To Chosen Users Using Socket.io-node

How To Close A Websocket Like If Chrome Window Was Closing To Flush The Buffer To 0

when with portfowarding the websocket pass by internet and only send when the connexion is close (… Read more How To Close A Websocket Like If Chrome Window Was Closing To Flush The Buffer To 0

Socket.io: Xhr-polling Delay On Disconnection

I am working with socket.io and node.js. I'm am having problems tracking which users are online… Read more Socket.io: Xhr-polling Delay On Disconnection

Onaddstream Method Is Not Executed After Rtcpeerconnection Object Is Instantiated

Dear friends I am trying to build test application which allows to connect a browser window to itse… Read more Onaddstream Method Is Not Executed After Rtcpeerconnection Object Is Instantiated

How To Reconnect After You Called .disconnect()

Question: How do you reconnect a client to the server after you have issued a manual .disconnect()?… Read more How To Reconnect After You Called .disconnect()

Socket.io/node.js Detecting If Server Is Down

Is there something that I can do on the client side to detect that the socket.io websocket is not a… Read more Socket.io/node.js Detecting If Server Is Down

Webaudio Playback From Websocket Has Drop-outs

I have a software-defined radio playing an audio stream from a WebSocket server, and a client which… Read more Webaudio Playback From Websocket Has Drop-outs

Node.js Websocket Error "error: Listen Eaddrnotavail Error: Listen Eaddrnotavail"

Application work fine on localhost .but when its connect to server it getting error. I connect serv… Read more Node.js Websocket Error "error: Listen Eaddrnotavail Error: Listen Eaddrnotavail"

Webrtc Error Undefined Configuration

I have the following in my client.js file... window.onload = function() { var peerConnection; … Read more Webrtc Error Undefined Configuration

Can't Create A Websocket Sever Correctly By Express-ws Middleware

I'm writing a websocket server using node.js and express, and I use the express-ws middleware t… Read more Can't Create A Websocket Sever Correctly By Express-ws Middleware

How To Monitor Websocket Communication In Phantom.js?

Phantom.js documentation shows how to monitor HTTP communication: http://phantomjs.org/network-moni… Read more How To Monitor Websocket Communication In Phantom.js?

Is There An Equivalent For Fetch's "credentials: 'include'" Or Xmlhttprequest's "withcredentials" For Websocket?

I'm setting up a web service that provides both authentication and a WebSocket interface. The A… Read more Is There An Equivalent For Fetch's "credentials: 'include'" Or Xmlhttprequest's "withcredentials" For Websocket?

Nodejs Websockets Client Pending Promise

Trying to capture all the data from a websocket connection as a nodejs client using a promise. Scri… Read more Nodejs Websockets Client Pending Promise

How To Hit The Websocket Endpoint?

I see that there is websocket endpoint which works out fins with Java tests. In logs I see Connec… Read more How To Hit The Websocket Endpoint?

Apparent Blocking Behaviour In Javascript Websocket On Mobile Safari

I've run into a real head-scratcher, and I was hoping someone out there could shed some light o… Read more Apparent Blocking Behaviour In Javascript Websocket On Mobile Safari

How Do I Close A Sockjs Connection On The Server Side?

So, every time I refresh the page, it seems like sockjs is creating a new connection. I am saving … Read more How Do I Close A Sockjs Connection On The Server Side?

Linux - Websocket Test Error

I am testing on opening websocket and echo. I am trying to run on Linux-based PC and testing with … Read more Linux - Websocket Test Error

Websockets And Binary Data

As far as i know websockets support binary data transfer. Binary support bug is fixed. So, are ther… Read more Websockets And Binary Data

Can't Establish A Connection With Javascript To A Secure Websocket Server

My development environment is this: OS: Microsoft Windows 10 PHP framework: Laravel 8.0 PHP versio… Read more Can't Establish A Connection With Javascript To A Secure Websocket Server

Websocket In Firefox Establish Two Connection

I'm coding a WebSocket server in Java. When I use WebSocket to connect to the server in firefox… Read more Websocket In Firefox Establish Two Connection