Chat
All about chat app development, from high-level considerations to the nuts and bolts of chat features.
ChatMar 6, 2015
Animating Web UIs for Chat Apps w/ Famo.us and AngularJS
How to build an AngularJS chat application with a smooth, interactive UI on Famo.us. This allows you to animate certain chat features. Full tutorial and demo.
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.
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.
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.
ChatJan 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.
ChatJan 20, 2015
Build User Detection/Message Persistence w/Ember.js
In this tutorial, we'll show you how to implement user detection and message persistence for an Ember.js chatroom web or mobile application.
ChatJan 15, 2015
Creating a Polymer Chat App with Material Design
In this tutorial, we'll show you how to build a fully featured mobile Polymer chat app using Polymer and Material Design.