This message needs some attention! Learn More

Build Real-Time Apps that Scale

The PubNub network powers thousands of apps, streaming more than 3M messsages a second to over 100M devices a month

Financial Stream
  • equity: "ORCL",
  • price: 32.45,
  • change: -.04
Collaboration
  • message: "Doc looks great",
  • approval: true,
  • approver: 23432
Machine-to-Machine
  • smart_meter: "8829",
  • consumption: "98.5kw",
  • rate_per_hr: "5kw"
Multiplayer Game
  • player_id: 44,
  • hitpoints: 32,
  • action: "sword swing left"
Home Automation
  • device: "Front Light",
  • status: "On",
  • brightness: 90
Location Tracking
  • taxi: 4493,
  • lat: 38.898556,
  • long: -77.239834
2nd Screen Voting
  • tv_show: "Superbowl",
  • question: "Bad ref call?",
  • answers: { y:543, n:243 }
Score Update
  • event: "Spain vs Italy Final",
  • last_play: "Casillas fouled",
  • score: { spain:3, italy:2 }
Live Dashboard
  • chart: "network_bandwidth",
  • value: 4.54,
  • per_sec_delta: 1.32
Call Signaling
  • phone_id: 4453493,
  • operation: "ring device",
  • caller_id: "+1.415.906.3576"
Get Started
    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

Simple API that allows you to build real-time apps in minutes

Key Building Blocks for Real-Time

Data push, presence, storage, mobile, analytics, security and much more

Supported Everywhere

Over 50 SDKs for mobile, browser, desktop and server

Globally Scaled

Connecting everyone on earth in less than 1/4 second with 11 data centers and 99.999% uptime SLAs

3 Million

Messages/Second
Tweets
  • After one night of prototyping - I’m a huge fan of @PubNub

  • @PubNub I’m using PubNub to remotely control my irrigation system, pausing the schedule when rain is forecast. Running flawlessly for months

  • Just had a talk with @PubNub about @Chatacting . As always a very pleasant experience. You really put the customer first! Great support!

Start Building Real-Time Apps Now!

Get Started