PubNub and You

Dan Ristic - Developer Evangelist

Logo

Building Real-Time Apps that Scale Globally

The Web is Becoming Increasingly Real-Time

We Have to Support More and More Devices Each Day

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

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

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. Sign up for a free account at http://pubnub.com/free-trial

Questions?

Fork me on Github