Chat
All about chat app development, from high-level considerations to the nuts and bolts of chat features.
ChatSep 28, 2016
Easily Build an Android Chat App in One Afternoon
Build a fully featured chat application on Android using Twitter Fabric, Digits, and PubNub with this detailed tutorial for software developers.
ChatApr 28, 2016
Chat App Best Practice Guide with JavaScript APIs
This Chat App Best Practice Guide includes basic chat features, app UX improvement, as well as secure chat using AES cryptography.
ChatJan 6, 2016
Setup PubNub on iOS in only 7 Minutes with Cocoapods | PubNub
In a brief video, Jordan Zucker shows how to set up PubNub with Cocoapods.
ChatNov 20, 2015
Swift and Mac OS X Support in New PubNub SDK | PubNub
PubNub has added support to their SDK for Swift on iOS, and also Mac OS X native apps.
ChatOct 13, 2015
Build an Android WebRTC Video & Voice Chat App
How to build a cross-platform Android WebRTC video and voice chat application with Java and JavaScript that works on both web and mobile.
ChatAug 25, 2015
WebRTC Group Video Chatting Basics Guide (Part 2)
In this tutorial, we'll show you how to build a fully-featured WebRTC group video chat application with features like mute, pause, and caller
ChatAug 25, 2015
WebRTC Video Chat in 20 Lines of JavaScript (Part 1)
How to get up-and-running with a simple WebRTC video and voice chat app in 20 lines of JavaScript, enabling two users to video chat in a web browser.
ChatJul 6, 2015
Chat Security UserID, Digital Signature Verification
How to build chat user identification with digital signature message verification, an important part of chat security for protecting users & privacy.
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.