PubNub gets your data where it needs to go, anywhere in less than 0.25 seconds. Realtime data is easy with PubNub’s AngularJS library. Just inject the PubNub AngularJS service in your app, insert your keys, and go test.
Fusing AngularJS and PubNub is easy. Martin, PubNub’s developer evangelist,
will show you how easy it is in his AngularJS chat app tutorial.
Follow the steps below to build your own AngularJS chat app
To get started, sign up for a free account.
Once in your account, create a new app then get your keys.
Pubnub.init({
publish_key: your_pub_key',
subscribe_key: 'your_sub_key',
});
Get Started with AngularJS and PubNub
Build a Chat App with Infinite Scroll
Add a Realtime User Roster Using Presence API
Display a Typing Indicator Using Custom State
User Authentication with OAuth 2.0 and Access Manager
Build a Friend List Using Advanced Channel Groups
–