News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Getting Real-Time with Pusher
October 05, 2011 @ 08:39:52

On NetTuts.com today there's a new tutorial showing you how to implement the Pusher service that gives you real-time messaging for your application. Their backend for the project is written in PHP using Pusher's library.

Do you want to spice up your web applications by making them real-time - but don't want to create new infrastructures for the sole purpose of getting web sockets to work? In this article, we'll explore how to use and implement Pusher, an HTML5 WebSocket-powered real-time messaging service for your applications.

Pusher uses HTML5 WebSockets to handle the messaging, so you'll need a browser that supports it to follow along with the tutorial. The Pusher API provides and endpoint for authorization and the push and pull of messages. In the tutorial, they create a simple chat application that gives a "Who's Online" and a window with the latest messages. You can download the full source (Javascript and PHP) here or view a demo here.

2 comments voice your opinion now!
realtime messaging pusher service websockets tutorial


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Implement access control with Agavi

Till Klampaeckel's Blog: Cooking PHPUnit (and a chef-solo example on top)

Tim Koschuetzki's Blog: Parsing XML With The DOM Library

Andrew Podner: Lithium: Building Views Using Layouts

PHPBuilder.com: Customize Your WordPress Blog with PHP Plugins and Widgets


Community Events









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


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

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