Blogs
Learn about new PubNub releases, industry trends, and app development tips.
GeolocationApr 1, 2015
Receiving Location Coordinates in Real time
How to build an end-user application for receiving location coordinates in real time being streamed from a broadcaster application.
GeolocationMar 31, 2015
Stream Location Coordinates Data Broadcast with JS
How to build an app with JavaScript that uses an animated map to select & stream location coordinates to multiple end-user applications in real time.
Mar 23, 2015
Internet of Things Expected to Quadruple in Size by 2020
The Internet of Things is exploding. And by 2020, it's expected to grow to quadruple the amount of connected devices.
Mar 19, 2015
Build: Subscriber Receive/Publish Data w/ Ember.js
In Part Two, we're building the subscriber app that receives and publishes data to its UI using Ember.js, receiving data from a broadcaster app.
Real-TimeMar 18, 2015
Broadcast Publish/Subscribe Messaging with Ember.js | PubNub
This blog post shows you how to implement broadcast publish/subscribe with Ember.js, enabling you to send data from one publisher to multiple subscribers.
IoTMar 17, 2015
Building a Model Smart Home with Raspberry Pi
PubNub Raspberry Pi-controlled model smart home, its GUI, and how it works. The house is controlled, in real-time, using Pub/Sub Messaging.
Mar 12, 2015
Creating Real-time Updating Data Visualizations with NVD3
This tutorial walks you through how to stream data to create real-time, live-updating charts using NVD3. In this, we'll be streaming bus stop data.
Mar 11, 2015
Building a Real-time Statistics Streaming App w/ AngularJS
This tutorial walks you through how to build the end-user application for a broadcast sports real-time statistics streaming app with AngularJS.
Mar 10, 2015
Broadcasting from One-to-Many: AngularJS Gamecast App
Build a broadcast gamecast app where stats are edited and published to any number of subscribers in real time simultaneously with a broadcast pub/sub design.