PubNub and You

Dan Ristic - Developer Evangelist

Logo

Connecting Everyone on Earth in Less Than ¼ Second

PubNub is a Globally Distributed Real-Time Network

The core building-blocks needed to build and scale real-time apps dramatically reducing the cost, complexity, and time to deliver large-scale real-time experiences.

PubNub Data Push

PubNub Unicast

Unicast

PubNub Broadcast

Broadcast

PubNub Features

400 Billion Real-Time Transactions since May 2012

Serving 73 Million Unique Devices in Apr 2013

Desktop Browsers Desktop Browsers Desktop Browsers Desktop Browsers Desktop Browsers Desktop Browsers Desktop Browsers

Experience the Speed of PubNub For Yourself

PubNub Data Channels

// Listen for events
PUBNUB.subscribe({
  channel: "my_channel",
  message: function (message) {
    console.log(message);
  }
});
// Send Events
PUBNUB.publish({
  channel: "my_channel",
  message: "Hello World!"
});

We Love Open Source

Proven, Scalable, Powerful

Globe

Getting Started

  1. Start slow with Dev Console V2 (http://pubnub.com/console)

Questions?

Fork me on Github