Blog
Learn about new PubNub releases, industry trends, and app development tips.
Stream Location Coordinates Data Broadcast with JavaScript
How to build an app with JavaScript that uses an animated map to select and stream location coordinates to multiple end-user applications in real time.
Internationalizing & Localizing Your Modern JavaScript App
In this talk, Johnathan Leppert discusses the current state of internationalization and localization standards in the browser.
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.
Build a Subscriber to Receive and 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.
Broadcast Publish/Subscribe Messaging with Ember.js Tutorial
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.
Building a Model Smart Home with Raspberry Pi
An overview of the PubNub Raspberry Pi-controlled model smart home, its GUI, and how it works. The house is controlled, in real time, using Pub/Sub Messaging.
What JavaScript Programmers Can Learn from Game Devs
In this talk, Hunter Loftis discusses 3 ways Javascript devs can learn from the game dev community: minimizing and isolating state, enforcing deterministic rendering, and separating rendering and simulation.
Linting to Ensure JavaScript Code Quality with ESLint
In this talk, Jamund Ferguson discusses the history and philosophy behind ESLint, and walks through the benefits of using ESLint when linting JavaScript.
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.