Chat

All about chat app development, from high-level considerations to the nuts and bolts of chat features.

WebRTC Video Chat in 20 Lines of JavaScript (Part 1)
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.
Michael Carroll
Michael Carroll
Chat Security UserID, Digital Signature Verification
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.
Stephen Blum
Stephen Blum
Combining Chat Data Streams w/Ember.js Multiplexing
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.
Michael Carroll
Michael Carroll
Ember.js Encryption & 3 Way Data Binding for Chat
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.
Michael Carroll
Michael Carroll
Customizable User Location Data- Ember.js Chat 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.
Michael Carroll
Michael Carroll
Build User Detection/Message Persistence w/Ember.js
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.
Michael Carroll
Michael Carroll
DIY Chat Application for Customer Sales and Support
ChatNov 20, 2014

DIY Chat Application for Customer Sales and Support

This blog post walks you through how to build a fully featured chat application that is optimized for customer facing sales and support purposes.
Stephen Blum
Stephen Blum
Quick Word Cloud from a Chatroom with D3js | PubNub
ChatOct 9, 2014

Quick Word Cloud from a Chatroom with D3js | PubNub

In this tutorial we'll create a colorful word cloud based on a blog with D3js and the PubNub Storage & Playback history API.
Michael Carroll
Michael Carroll
Web Messaging API in 5 Steps: Quick Start Tutorial
ChatAug 18, 2014

Web Messaging API in 5 Steps: Quick Start Tutorial

We've released our 5 step quick start tutorial on using our web messaging API built with PubNub to build a web messaging application.
Chandler Mayo
Chandler Mayo