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