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

Python Websockets Can't Connect Over Internet

I'm just trying to get a very basic websocket connection over internet. The code seems fine - b… Read more Python Websockets Can't Connect Over Internet

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

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?

Not Able Emit Message After Adding Ssl Over Socket.io

I had built an application using Node JS and socket.io. It was working fine. Since I had to move th… Read more Not Able Emit Message After Adding Ssl Over Socket.io

Socket.io Multiple Connections

Strange issue I haven't really found documentation about. I think it may end up being a simple … Read more Socket.io Multiple Connections

Possible To Send Audio Files Through Websocket?

I am building a web application that generates a new audio file depending on the input from the use… Read more Possible To Send Audio Files Through Websocket?