PubNub makes it easy to connect and consume huge amounts of real-time streaming data, and deliver it to any number of subscribers. These "firehoses of data" could be weather reports, business metrics, stock quotes, tweets - really any source of data that is constantly changing and emitting updates. PubNub’s Data Stream Network handles keeping both publishers and subscribers securely connected and ensuring that every piece of data is generally available in real time, so scale (or the amount of data you’re sending) is never an issue.
This repository accompanies the Real-time data streaming tutorial
A high quality and extended video of the above animated gif is available on YouTube
- Publish and Subscribe real-time messages with the PubNub SDK
- Stream real-time messages with HTTP Pipelining
This repository is not designed to run standalone, please follow the Real-time data streaming tutorial for full context.
- Clone the Github repository
git clone https://github.com/PubNubDevelopers/Real-Time-Data-Streaming-Demo.git
- Follow the Real-time data streaming tutorial
Please fork the repository if you'd like to contribute. Pull requests are always welcome.
Checkout the following links for more information on developing chat solutions with PubNub:
- Tour of PubNub features: https://www.pubnub.com/tour/introduction/
- Data streaming demo: https://pubnub.com/demo/real-time-data-streaming/
- Data streaming use cases: https://www.pubnub.com/use-case/data-broadcasting-and-dashboards/