Top "Phpwebsocket" questions

phpwebsocket is a server-side implementation of a WebSocket server using the PHP language.

Reconnection of Client when server reboots in WebSocket

I am using web socket using PHP5 and the Chrome browser as client. I have taken the code from the …

php websocket phpwebsocket
Using WebSocket on Apache server

With all the buzz around WebSockets, it's pretty hard to find a good walkthrough on how to use them with …

php html apache websocket phpwebsocket
Can't establish a connection to the server at ws://localhost:8000/socket/server/startDaemon.php. var socket = new WebSocket(host);

I am using javascript to connect websocket: <script> var socket; var host = "ws://localhost:8000/socket/server/startDaemon.php"; …

php html websocket phpwebsocket
WebSocket is closed before the connection is established

I'm using JavaScript and the Union platform How would I go about diagnosing this problem? Many thanks.

web-services websocket yii-extensions pusher phpwebsocket
'Sec-WebSocket-Accept' header is missing in Chrome 17

Edit: I tried this phpwebsocket: http://www.wilky.it/Shared/phpwebsocket.zip and it works in Firefox, but my question …

google-chrome websocket phpwebsocket
How to call a WebSocket programmatically (using PHP)?

I have a situation where I need to update one browser window based on input from the other. Right now …

php sockets websocket phpwebsocket
How to fix Websocket Handshake code?

This is likely a familiar sob story. But there are so many of them out there, and I'm such a …

php google-chrome websocket phpwebsocket
Socket.io installation fails on windows 7 32 bit

I installed node.js v0.8.22 and tried to install socket.io in Windows 7 32bit Socket.io installation fails consecutively. Console …

node.js websocket socket.io phpwebsocket
setting up websockets without command line

How can I follow a tutorial like this without using the command line? http://www.flynsarmy.com/2012/02/php-websocket-chat-application-2-0/ I …

php websocket phpwebsocket
Elephant.io Client not working

I've a socket.io based Websocket-Server which should get notifications from a php application. I found http://elephant.io/ which …

php sockets websocket socket.io phpwebsocket