IN THIS ARTICLE

    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 history 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: Realtime typing indicator

    Show who’s typing right now with a realtime 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.

    Try PubNub today!

    Build realtime applications that perform reliably and securely, at global scale.
    Try Our APIs
    Try PubNub today!
    More From PubNub