Build

Introduction to the PubNub Data Stream API

1 min read Michael Carroll on Sep 7, 2023
PubNub Data Streams allows you to establish and maintain persistent socket connections to any device (mobile, browser, desktop, and server), and push data to global audiences in 1/10 of a second or less. PubNub utilizes the Publish/Subscribe model for real-time data streaming and device signalling, supporting all the capabilities of WebSockets, SignalR, Socket.IO, WebRTC Data Channel and other streaming protocols.

PubNub Broadcast allows you to stream data to millions of users simultaneously, for use in apps like second screen, multiplayer games, and audience participation apps. PubNub Unicast is for one-to-one device signaling, for use in apps like call triggering, machine to machine, and location tracking.

Additional Data Stream API Resources

We also have a Getting Started Guide with PubNub Data Streams with our JavaScript SDK in our recently revamped documentation. From channels to API keys to API functions, you can find everything you need to know about Data Push and JavaScript there!

Need some inspiration? Here are 5 things you can build using PubNub Data Streams.

Data Stream APIDemos

Get Started
Sign up for free and stream data in real time with Data Streams

0