Top "Phpwebsocket" questions

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

HTML5 php websocket

I'm new to HTML 5, websocket. We are trying application like white board.Users who all are logged in that particular …

html phpwebsocket
phpwebsocket - Undefined Function socket_create() - Have php_sockets enabled on Windows/WAMP

I checked out the PhpWebSockets project from here: https://code.google.com/p/phpwebsocket/ It's in its own project on …

php sockets wamp phpwebsocket
How to send custom HTTP header in response?

I want to send json data in my HTTP Header. I am using Codeigniter PHP, so I did this in …

php codeigniter http-headers phpwebsocket
How to use websocket in codeigniter to update content without page refresh

I am working in php framework codeigniter. Now I want to update records via websocket so that information update without …

javascript php jquery codeigniter phpwebsocket
Which is more efficient to send WebSocket updates with a MySQL database change

I'm currently experimenting with WebSockets in a bid to reduce / remove the need for constant AJAX requests in a potentially …

javascript php mysql websocket phpwebsocket
Cannot get websocket connection to work in Chrome 19

I have a websocket client/server that works perfectly with Firefox and Chrome 18. It does not work with Chrome 19 beta. …

google-chrome-extension websocket phpwebsocket