News Feed
Jobs Feed
Sections




News Archive
James Morris:
A WebSockets, Ratchet, Silex and Redis PubSub Implementation
January 23, 2013 @ 12:09:33

James Morris has an interesting new post to his site about the creation of a real-time web service that could be used for iOS applications via Websockets. He chose Ratchet for the handling (a PHP-based websocket tool) combined with Redis and Silex.

I was approached by a betting/gambling development company who potentially needed a middleware building that would pull from an existing gambling web service and basically transmit to connected iPhone clients the changes from the web service. At first, the obvious answer might be to create another REST web service that the iPhone clients could just ping for changes. However, one of the devs explained that this wouldn't be fast enough, or scale - they'd need changes to be transmitted as soon as possible, as the app would be a real-time betting app and there'd be thousands of connections to the server.

His solution involved hooking together Ratchet, Redis, Silex and Predis-async to create this sample tool for handling the websocket requests. it uses the "pubsub" mechanism of Redis to push the updates out to listening clients.

0 comments voice your opinion now!
realtime websockets silex pubsub redis ios application api


blog comments powered by Disqus

Similar Posts

Job Posting: Engage Seeks a PHP/MySQL Applications Developer (Work from Anywhere)

Zend Developer Zone: Zend Framework Applications Questionnaire

Northclick Blog: Tutorial for the easy use of gettext for internationalization of PHP Apps

Insidesigns Blog: Create a scalable private messaging application using PHP5

Felix Geisendorfer's Blog: Test Driven Development in Real World Apps


Community Events











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


community example conference framework language release composer unittest development api code functional interview testing introduction series tool podcast opinion zendframework2

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