Blogs
Learn about new PubNub releases, industry trends, and app development tips.
ChatFeb 19, 2015
Build Mobile iOS Chat App with AngularJS & PhoneGap
How to build a mobile iOS chat app with Cordova/PhoneGap and AngularJS, then turn it cross-platform for mobile and web devices.
ChatFeb 12, 2015
Combining Chat Data Streams w/Ember.js Multiplexing
This blog post walks you through how to implement multiplexing in an Ember.js chat app, to enable you to combine data streams on a single connection.
InsightsFeb 12, 2015
Transfer Between iOS Devices w/ Bluetooth Low Energy
Bluetooth Low Energy tech to transfer data and share contact info between iOS devices by bumping the phones together.
BuildFeb 5, 2015
Graphing Node.js Memory Usage with D3.js and Rickshaw | PubNub
How to use Rickshaw, d3.js, and PubNub Pub/Sub Messaging to stream data and publish updates to a real-time chart. In this tutorial, we'll graph Node.js usage
ChatFeb 4, 2015
Implementing Access Management- Ember.js Messaging
How to implement access manager for fine grain control over grant/revoke access to data streams in a chat app for an extra layer of security.
BuildFeb 3, 2015
Build Bidirectional Beacon Communication | PubNub
Building smarter beacon tech with bidirectional beacon communication. An overview of beacon tech, differences, and tutorials for Android, Apple, and Tessel.
InsightsFeb 1, 2015
Real-time Technology the Lifeblood of Popular Apps
App users were content with static apps, single-user experiences where content changes only when a user requests a new page
InsightsJan 29, 2015
Node.js vs io.js: Creating Open Source Contributions
In this talk, Mikael Rogers discusses io.js including the reduction in Node.js contributions and the difference between Node.js and io.js.
ChatJan 28, 2015
Ember.js Encryption & 3 Way Data Binding for Chat
This Ember.js encryption tutorial walks through how to implement encryption and three way data binding for real-time messaging in an Ember.js app.