7 Tutorials for Building a Complete Chat App with AngularJS

2 min readOct 5, 2016

Last spring our superhero intern Martin (now a full time member of Team PubNub) created a comprehensive blog series on building a full featured chat app with Angular JS. Along the way he completely overhauled the PubNub Angular SDK and paved the way for Angular 2. Here it is, your complete guide to building a chat app with AngularJS. You’ll learn how to send and receive messages, build a beautiful message history with infinite scrolling, add a list of users with indicators for presents and typing, and secure access with OAuth.

Full AngularJS Chat App

 

Part 1: Installing the SDK and sending messages with PubNub

Learn how to setup your free PubNub account, send messages, and receive them in JavaScript with the Angular SDK.

Part 2: Infinite scrolling chat history

No chat app is complete without a scrollback to earlier conversations. Using the Persistence feature, this tutorial shows you how to make an infinite scrolling chat history.

Part 3: Create a user list with presence indicators

Show who’s online right now with status indicators and cute icons as a separate Angular component.

User Status Indicators

Part 4: Real-time typing indicator

Show who’s typing right now with a real-time typing indicator as a separate Angular service.

Part 5: Secure access with OAuth and Access Manager

Using a NodeJS backend secure access to your chat app using OAuth and Github accounts.

OAuth Github Login

Part 6: Scaling the friends list with Channel Groups

Don’t let your app slow down as the number of friends grows, switch to channel groups for great justice!

Part 7: AngularJS SDK update with easier API for Channel Management

We’ve updated the AngularJS SDK with new APIs to make channel management easier, and with less code.

With Martin’s comprehensive guide you’ll be able to build every feature your app needs to provide a killer chat experience.

More from PubNub

How to Create a Dating App: 7 Steps to Fit Any Design
Insights6 minMar 15, 2023

How to Create a Dating App: 7 Steps to Fit Any Design

There are common underlying technologies for a dating app, and in this post, we’ll talk about the major technologies and designs...

Michael Carroll

Michael Carroll

How to Create a Real-time Public Transportation Schedule App
Build6 minMar 14, 2023

How to Create a Real-time Public Transportation Schedule App

How to use geohashing, JavaScript, Google Maps API, and BART API to build a real-time public transit schedule app.

Michael Carroll

Michael Carroll

How to Create Real-Time Vehicle Location Tracking App
Build2 minMar 9, 2023

How to Create Real-Time Vehicle Location Tracking App

How to track and stream real-time vehicle location on a live-updating map using EON, JavaScript, and the Mapbox API.

Michael Carroll

Michael Carroll

Talk to an expert