News Feed
Jobs Feed
Sections




News Archive
Pivory.com:
From Ajax to WebSocket with PHP, a Quick Example
August 31, 2012 @ 10:41:28

On Pivory.com there's a new topic (tutorial) showing you a simple example of using WebSockets with the Ratchet PHP library, complete with sample code.

WebSocket is the modern way for realtime two-way communications between server and browser. In the beginning we have Ajax calls [...] and with WS in picture the logic becomes [different]. [There] is a separate WS server, say listening on xxx.xxx.xxx.xxx:8080, and it can send messages to connected clients in realtime at any moment. The WS server can be in any language (such as node.js + socket.io) and on any machine or even in a cloud service. I use PHP (try http://socketo.me for Ratchet) because I am lazy.

The example shows a basic PHP Web Socket server running on a port with methods for "on connect", "on close", "on error" and "on message send". There's an example of the Javascript code to connect to this socket, showing how to convert it over from Ajax usage.

0 comments voice your opinion now!
websockets tutorial ratchet library server


blog comments powered by Disqus

Similar Posts

SpeckBoy.com: Getting Started with CRUD In PHP

PHPEveryDay.com: Five New Tutorials

SEO Expert Blog: Amazon Wish Lists with SimpleXML

PHP.net: Windows PECL binaries

Developer.com: Graphing Data with PHP/SWF Charts


Community Events











Don't see your event here?
Let us know!


database opinion interview framework example introduction api zendframework2 code series podcast functional composer application development phpunit language testing community release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework