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

PHPBuilder.com: Implementing the Singleton Pattern in PHP 5

Lorna Mitchell: Installing PEAR Packages Offline

DevShed: Introducing SimpleXML in PHP 5

PHPBuilder.com: Build Blazing Fast PHP Websites with Memcached Distributed Caching

PHPMaster.com: Introduction to MongoDB


Community Events











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


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

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