¡@

Home 

php Programming Glossary: websockets

How to make a real time “User is typing” notice to all in chat [closed]

http://stackoverflow.com/questions/10568619/how-to-make-a-real-time-user-is-typing-notice-to-all-in-chat

for implementing a chat solution with the other being WebSockets. However support for WebSockets is still lacking in some browsers... with the other being WebSockets. However support for WebSockets is still lacking in some browsers. When looking for a library..

Using WebSocket on Apache server

http://stackoverflow.com/questions/11334320/using-websocket-on-apache-server

WebSocket on Apache server With all the buzz around WebSockets it's pretty hard to find a good walkthrough on how to use them.. run from time to time kind of a chat instance. And we find WebSockets more interesting standard and quick than AJAX for this matter...

Is native PHP support for Web Sockets available?

http://stackoverflow.com/questions/12203443/is-native-php-support-for-web-sockets-available

it's not really built with persistent connections such as WebSockets in mind. I'm not sure about Nginx. This is why most PHP WebSocket..

PHP application + WebSocket based notifications over Socket.IO

http://stackoverflow.com/questions/12216787/php-application-websocket-based-notifications-over-socket-io

Also I have transformed into a laravel library this PHP WebSockets server implementation. The problem with this library though.. problem with this library though is that it utilizes clean WebSockets for it's client side. And I couldn't find a way to hack it together..

Writing a chat application

http://stackoverflow.com/questions/3682198/writing-a-chat-application

program that needs to poll the server I would recommend WebSockets . I wrote an extremely basic WebSocket tutorial . I also used.. IE 8 and Chrome as well as any browser that supports WebSockets. I don't believe that polling would be a good choice for a chat.. coded in it. The Node.js people setup a chat program not WebSockets the source of which has been made available . That would be..

PHP : Best way to push data from server to clients…?

http://stackoverflow.com/questions/5753674/php-best-way-to-push-data-from-server-to-clients

to Push as you will get like long polling XHRStreaming and WebSockets. http www.ape project.org http www.ape project.org wiki index.php..

Creating a live checkers-like web app with PHP, JS, CSS and HTML?

http://stackoverflow.com/questions/6022235/creating-a-live-checkers-like-web-app-with-php-js-css-and-html

Using memcached as a database buffer for chat messages

http://stackoverflow.com/questions/6349617/using-memcached-as-a-database-buffer-for-chat-messages

for now I'm using long polling but this will move to WebSockets under Node.js for obvious performance reasons . Again no database..

Using PHP with Socket.io

http://stackoverflow.com/questions/6398887/using-php-with-socket-io

of socket.io for PHP. But there are some ways to implement WebSockets . There is this jQuery plugin allowing you to use Websockets..

Websocket - client doesn't receive data

http://stackoverflow.com/questions/10805023/websocket-client-doesnt-receive-data

client doesn't receive data I'm writing some app based on websockets RFC 6455 . Unfortunetly it looks like the client testing on..

Online gaming, or something faster then ajax for sending/receiving data

http://stackoverflow.com/questions/12814624/online-gaming-or-something-faster-then-ajax-for-sending-receiving-data

share improve this question The answer is simple Use websockets . They allow the immediate push of data in both directions for.. push. You might be interested by this introduction on websockets on PHP . But note that PHP really isn't the most efficient solution..

How does Facebook notify and instantly shows new comments or how does Stackoverflow do it?

http://stackoverflow.com/questions/14601714/how-does-facebook-notify-and-instantly-shows-new-comments-or-how-does-stackoverf

I haven't used it but you could check this project for websockets in PHP. When you have an update that you want to notify users..

How Stackoverflow Realtime Updates works?

http://stackoverflow.com/questions/16007251/how-stackoverflow-realtime-updates-works

jquery html ajax share improve this question websockets StackExchange.realtime.init 'ws sockets.ny.stackexchange.com..

Socket.io from php source

http://stackoverflow.com/questions/6229472/socket-io-from-php-source

few things. To emulate xhr polling my proxy doesn't allow websockets and this looked simpler anyway ... Make a request to socket.io..

PHP Websocket Server hybi10

http://stackoverflow.com/questions/7087522/php-websocket-server-hybi10

hybi10 So Chrome 14 has implemented hybi10 version of websockets. I have a in house program that our company uses via chrome.. house program that our company uses via chrome that uses websockets which is broken with this change. Has anyone been successful..