Pusher is a hosted API for quickly, easily and securely adding scalable realtime functionality to web and mobile apps.
Get your free API account
Pusher is a hosted API for quickly, easily and securely adding scalable realtime functionality to web and mobile apps.
Get your free API account






Send yourself a quick message
Pusher['my-channel'].trigger('my-event',
{'message' => 'hello world'})
$pusher->trigger('my-channel',
'my-event',
array('message' => 'hello world'));
pusher.trigger('my-channel',
'my-event',
{ "message": "hello world" } );
ObjectPusherRequest request =
new ObjectPusherRequest('my-channel',
'my-event',
new {
message = "hello world"
});
provider.Trigger(request);
var channel = pusher.subscribe('my-channel');
channel.bind('my-event', function(data) {
alert('Received my-event with message: ' + data.message);
});
PTPusherChannel *channel = [client subscribeToChannelNamed:@"my-channel"];
[channel bindToEventNamed:@"my-event" handleWithBlock:^(PTPusherEvent *channelEvent) {
// do something
}];
![]()
“Just integrated @pusher in my latest rails app in about an hour. Totally. Amazing.”
![]()
“Totally replaced polling in our app with @pusher in about 20 minutes today. #winning”
![]()
“It took me about 15 minutes to implement live updating for topic lists using @pusher - thats just about the most awesome thing ever.”
![]()
“Wrote an iPhone app that works with @pusher. I can now make my phone vibrate from a webpage. Useless, you say? I say: awesome!”
![]()
“My new favorite online service is @pusher . Instant websockets plumbing for the cost of a few web API calls.”
![]()
“So @pusher is pretty much awesome for WebSocket stuff. By far the easiest real-time chat I've ever built.”
![]()
“Dear @pusher, thanks for being awesome. That's all. :)”
![]()
“feel like a cheat to use services like @twilio @pusher @heroku at a hackathon. they enable me to make something mind blowing in a few hours.”
![]()
“@pusher is not Saas, its Maas (Magic as a service) :)”
![]()
“Every time I use @pusher I get impressed on how awesome it is… mind blowing...”