Michael Carroll
Feb 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.
Feb 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.
Feb 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
PubNub PortalFeb 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.
IoTFeb 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.
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.
ChatJan 22, 2015
Customizable User Location Data- Ember.js Chat App
This tutorial shows you how to implement advanced user detection for an Ember.js chat app, enabling users to define their location in the chat app.
Jan 21, 2015
Building a Real-time Chat Plugin for the Atom.io Text Editor
This tutorial shows you how to build a real-time messaging chat plugin application for the Atom.io text editor that can be applied to any other text editor.