Build, Deploy and Scale Real-Time Apps

Add real-time capabilities to any app—across mobile, browser, desktop and server—without worrying about infrastructure.

Key Building Blocks for Real-Time Apps

The PubNub Real-Time Network  Learn More

Our global cloud allows you to build and deploy real-time apps with unmatched scalability, reliability, performance and service guarantees.

Displaying less than .01% of real-time traffic

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
  1. // listen to events
  2.  
  3. pubnub.subscribe({
  4. channel : 'my_channel',
  5. message: function(m){alert(m)}
  6. });
    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
  1. // send events
  2.  
  3. pubnub.publish({
  4. channel : 'my_channel',
  5. message: 'Hello World!'
  6. });

Easy to Use APIs

Develop applications for any platform, including: Mobile, Browser, Desktop and Server

Over 50 SDKs

Support for the most popular environments: iOS, Android, JavaScript, .NET, Java, Ruby, Python, PHP and many more

Start Building Real-Time Apps Now!

Get Started