PubNubDevelopers / Real-Time-Data-Streaming-Demo

Demonstration of PubNub's real-time data streaming capabilities from Twitter, Wikipedia & more

Home Page:https://pubnubdevelopers.github.io/Real-Time-Data-Streaming-Demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo: Real-Time Data Streaming with PubNub

PubNub makes it easy to connect and consume massive real time streaming data and deliver usable information 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.

We’ve built sample realtime data streams to make it easy for you to prototype your streaming application. It is those sample data streams that are consumed by this demo app.

Screenshot

Demo

A hosted demo version of this application can be seen at https://pubnub.com/demo/real-time-data-streaming/

Features

  • Subscribe for real-time messages with the PubNub JavaScript SDK

Installing / Getting Started

To run this project yourself just launch the index.html page. You do not need your own Publish and Subscribe keys because you are only subscribing to existing data streams.

Building and Running

  • Clone the Github repository
git clone https://github.com/PubNubDevelopers/Real-Time-Data-Streaming-Demo.git
  • Navigate to the application directory
cd Real-Time-Data-Streaming-Demo
  • Open index.html

Contributing

Please fork the repository if you'd like to contribute. Pull requests are always welcome.

Links

Checkout the following links for more information on developing chat solutions with PubNub:

Other screenshots

Twitter

Screenshot

Game State

Screenshot

Sensors

Screenshot

About

Demonstration of PubNub's real-time data streaming capabilities from Twitter, Wikipedia & more

https://pubnubdevelopers.github.io/Real-Time-Data-Streaming-Demo/

License:MIT License


Languages

Language:JavaScript 69.4%Language:HTML 23.2%Language:CSS 7.4%