Twitter like Real Time Wall Update Using Pusher API and jQuery

    Twitter like Real Time Wall Update Using Pusher API and jQuery

    If you have ever dreamt of showing real time data on your website then this tutorial is for you. In this tutorial I will show you how to show real time updates and data on you web pages. Here I will use Pusher API to create a two way communication between the client and server. The Pusher API uses websockets for the two way communication and its free for starting your development.
    Here I have created a Twitter/Facebook style real time updating wall script that will display the status updates of the users in real time.

    Leave a Reply