Activate Your PubNub Account

Thanks for signing up! Get started using PubNub with these 3 easy steps.

Welcome to PubNub

1. Get Your Keys
————————–
You will need your PubNub publish and subscribe keys in order to send and receive messages in the network. You can manage these keys and create additional sets through our Admin Dashboard.

> GET KEYS:

2. Start Coding
————————–
With only a few lines of code, you can start sending and receiving realtime data within your app. To begin, check out our tutorials. We support 70+ SDKs, so you can start coding in your favorite language or platform.

> TUTORIALS:

3. Add Realtime Services
————————————–
PubNub not only allows you to send and receive messages at a blink of the eye, but also allows you to see who is online, store and replay missed messages, send push notifications, and much more. Learn more about all of the PubNub Features & Productsand give them a try by simply activating them through the Admin Dashboard.

> ENABLE ADD-ONS:
As always, we are here to help you build your app and are very much interested in receiving your questions, suggestions, and comments.

Contact us anytime at [email removed] [email removed] or fill out our contact us form.


2016 PubNub. All rights reserved.
725 Folsom Street, San Francisco, California, USA.

Website:
Contact Us: —
Unsubscribe:

AngularJS Webinar Tomorrow

Tomorrow, WED, August 17th @ 9:30am PT / 4:30pm UTC. Replay & slides will be sent to you if you can’t attend live.

AngularJS Dev Training: How to Build a Fully Featured Chat App

LIVE: Wednesday, August 17th // 60 Minutes
9:30am PT / 12:30pm ET / 4:30pm UTC

With PubNub, the possibilities for realtime interactive applications are endless. In this developer training webinar, we’ll walk through step by step, how to build a fully featured chat app with PubNub and AngularJS including the following features:

– Authentication with Github OAuth
– Friends list with online status
– Private chat with friends
– Private and secure communications
– Chat history
– Typing indicator

м Register for Free: ()


2016 PubNub. All rights reserved.
725 Folsom Street, San Francisco, California, USA.

Unsubscribe:
Contact Us: ()

iOS Training Tomorrow: Build a Fully Featured Chat App

Tomorrow, FRI, August 19th @ 9:30am PT / 4:30pm UTC. Replay & slides will be sent to you if you can’t attend live.

iOS Dev Training: How to Build a Fully Featured Chat App

LIVE: Friday, August 19th // 90 Minutes
9:30am PT / 12:30pm ET / 4:30pm UTC

This developer training webinar will show you how to build a fully-featured iOS chat application with PubNub’s Global Data Stream Network. At the end of the tutorial, you will be able to send and receive realtime chat messages, view live online/offline status of users, and store and retrieve messages.

м Register for Free:


2016 PubNub. All rights reserved.
725 Folsom Street, San Francisco, California, USA.

Unsubscribe:
Contact Us:

Build a Scalable,Secure Chat App

If you’re looking to build a chat app that’s scalable, secure and can work on any platform and device, PubNub has you covered.

Welcome to PubNub: Build a Chat App
———————————————————
Here are a few chat tutorials with sample code to get you started:

* Building a Chat App with React.js
* Building a Realtime Chat App for Android
* Chat Best Practices Guide in Javascript
* Find more demos at our developer blog:

As always, we are here to help you build your app and are very much interested in receiving your questions, suggestions, and comments.

Contact us anytime at [email removed] or fill out our contact us form at:

Happy Coding,

The PubNub Team

2016 PubNub. All rights reserved.
725 Folsom Street, San Francisco, California, USA.

Email Preferences:
Contact Us:

Stream Conf: 5 Key Takeaways for Attending

September 28, 2016 – Stream Conf – Bently Reserve – San Francisco, CA

Stream Conf 2016 ()
————————————————————————–

September 28, 2016 – Bently Reserve – San Francisco
————————————————————————–

Ц REGISTER NOW:

Emerging Data Stream Trends are Changing Everything. Find out How.

Participate in focused conversations that get to the bottom of data stream trends and learn how always-on data streams will be managed, scaled, secured, and monetized ahead.

Key Takeaways You’ll Get From Attending

Technology Thought Leaders, Innovators, Investors:
Learn how data stream based technologies are driving new business models in the real world
Gain insights and perspectives from industry veterans on new monetization models that will open up

Software Architects and Developers:
Learn new software stacks required for today’s emerging data stream technologies
Get clarity around buzzwords like serverless computing, microservices, fog computing
Hear from other fellow software architects and developers on lessons learned in the battlefield

Ц REGISTER NOW:

2016 Stream Conf. All rights reserved.

Unsubscribe:
Contact Us: [email removed]

AngularJS Tutorial & Sample Code

If you’re already familiar with AngularJS, this technical blog with sample code walks through how to build a simple chat app with PubNub.

Welcome to PubNub: AngularJS
————————————-

Jon,

If you’re already familiar with AngularJS, this technical blog with sample codewalks through how to build a simple chat app with PubNub. This is just one of many sample apps you can build with PubNub and AngularJS.

If you’re just getting started with AngularJS, you may want to check out this tutorial: Getting Started with PubNub’s New AngularJS SDK:
Want to see more examples like this? Check out all of our tutorials on our developer blog:
As always, we are here to help you build your app and are very much interested in receiving your questions, suggestions, and comments.

Contact us anytime at [email removed] [email removed] or fill out our contact us form
Happy Coding,

The PubNub Team

2015 PubNub. All rights reserved.
725 Folsom Street, San Francisco,California, USA.

Website:
Contact Us:
Email Preferences:

[New Updates] Microsoft Power BI Partnership,Stream Filter,Python v4 Beta,+ More

Check out PubNub Design Patterns and JS, Android, and Ruby v4 SDKs

August 2016 Product Update
————————————–
Announcement: Microsoft Power BI Partnership
Available Now: Stream Filter
Available Now: Design Patterns
Coming Soon: Python v4 Beta
End of Life: Java v3, Ruby v3, and JavaScript v3
Summary: SDK Updates
Reminder: v4 SDKs Available (JavaScript, Java/Android, Ruby)

Announcement: Microsoft Power BI Partnership
————————————–
PubNub is excited to announce that Microsoft Power BI users can now ingest their PubNub data streams into this powerful data visualization platform. Power BI presents realtime data in easy to understand dashboards, allowing users to make rapid decisions on time-sensitive data and to easily see emergent trends as they happen.

Read More

Available Now: Stream Filter
————————————–
Stream Filter, a new feature of v4 SDKs, allows you to attach metadata to each published message. Subscribers are then able to set filter expressions, allowing them to only receive published messages containing specific metadata. For example, you can reduce message usage by excluding your own published messages from ever being returned by subscribe. Or, you can opt for subscribe to only return messages that meet a certain criteria, such as temperature values above 90.

Here’s a link to the Stream Filter tutorial for JavaScript; be sure to check out the documentation to learn how to configure and use Stream Filter for your specific v4 SDK of choice.

Available Now: Design Patterns
————————————–
PubNub Design Patterns have been integrated into the existing documentation. While architecture may vary from use case to use case, these design patterns provide a good starting ground of best practices for common requirements, including 1-1 chat, group chat, friends lists, message updates/deletes, and server ingress.

Check them out for JavaScript here ; they will be integrated into the other SDK docs in the near future.

Learn More

Coming Soon: Python v4 Beta
————————————–
The Python v4 Private Beta will be available soon. As with the other v4 SDK releases, the Python v4 SDK is re-written from the ground up to be lighter, faster, and easier-to-use than ever before. Please e-mail [email removed] to request beta access!

End of Life: Java v3, Ruby v3, and JavaScript v3
————————————————————
The following SDKs will be reaching end of life:

* Java v3 March 1st, 2017
* Ruby v3 April 1st, 2017
* JavaScript v3 July 1st, 2017

These SDKs will be fully supported leading up to the end of life date. When the date has passed, only ‘best effort’ support will be provided for v3 SDKs. We encourage upgrading to v4 – if any issues are encountered past the cut-off date, we cannot guarantee they will be resolved!

Summary: SDK Updates
————————————–
PubNub has updated the following SDKs. Click through for full details on the latest releases:

* JavaScript (4.0.6)
* Ruby (4.0.7)
* Java / Android (4.0.8)

For access to all 70+ PubNub SDKs, visit our Developer Resources .

Reminder: v4 SDKs Available (JavaScript, Java/Android, Ruby)
————————————————————-
Java / Android v4 , JavaScript v4 , and Ruby v4 SDKs are officially GA. As with all of the other v4 SDKs, we have rebuilt the entire codebase to create a more simple, elegant, and powerful platform than their v3 predecessors. Upgrade now to take advantage of all the improved functionality!


2016 PubNub. All rights reserved.
725 Folsom Street, San Francisco, California, USA.

Unsubscribe:
Contact Us:

D3.js Training Tomorrow: Building Live Data Charts,Graphs,Maps

Tomorrow, FRI, August 26th @ 9:30am PT / 4:30pm UTC. Replay & slides will be sent to you if you can’t attend live.

D3.js Dev Training: Building Live Data Charts, Graphs, Maps

LIVE: Friday, August 26th // 60 Minutes
9:30am PT / 12:30pm ET / 4:30pm UTC

Charts are great for static data, but what do you do when you have a constant stream of realtime data to continuously render?

EON is an open source JavaScript framework for visualizing realtime data. Built on top of D3 and C3, EON lets you create web-based dashboards full of charts, graphs, and maps that render data in realtime as it comes from public and private data sources.

This webinar will explore examples including airline flight paths around SFO, city bus locations, Twitter streams, the weather, earthquakes, and more.

м Register for Free:


2016 PubNub. All rights reserved.
725 Folsom Street, San Francisco, California, USA.

Unsubscribe:
Contact Us:

Tutorial & Code: Converting a JavaScript App to iOS and Android

Easily convert your JavaScript app into a mobile app with the help of PhoneGap, an open source framework that enables you to create cross platform apps that run on various devices including iOS and Android.


Welcome to PubNub: JavaScript & PhoneGap
—————————————————-

Jon,

We’ve built lots of chat demos and tutorials using PubNub including 10Chat, a simple chat app written with just 10 lines of JavaScript.

Now, we take it a step further and show you how you can easily convert your JavaScript app into a mobile app with the help of PhoneGap, an open source framework that enables you to create cross platform apps that run on various devices including iOS and Android.

These tutorials will show you how to convert your JavaScript app to an Android app with PhoneGap

——————————————————————-
JavaScript app to an Android app with PhoneGap
——————————————————————-

As always, we are here to help you build your app and are very much interested in receiving your questions, suggestions, and comments.

Contact us anytime at [email removed] [email removed] or fill out our contact us form

Happy Coding,

The PubNub Team


2015 PubNub. All rights reserved.
725 Folsom Street, San Francisco, California, USA.

Contact Us: Website:
Email Preferences:

DIY Smart Outlet Using Raspberry Pi; Build Android Apps Faster!

Learn to add a Typing Indicator to your ReactJS app and add a Buddy List to your chat app.

DIY Smart Outlet Using Raspberry Pi, Apple’s Swift

August 17, 2016 – What if you could control your electronics using just your voice? This tutorial shows you how using Raspberry Pi, a smart phone, and our Data Stream Network. You’ll also get an introduction to Apple’s Swift programming language.

Ц View tutorial

Add a Typing Indicator to Your ReactJS App

August 16, 2016 – User presence is one of the many benefits of realtime chat apps. This tutorial shows you how to add a typing indicator to yours. Because nothing is more relaxing than sitting there, watching a friend type, waiting for a response, said no one ever.

Ц View code

Android App Development Just Got Easy

July 26, 2016 – We continue our series on Android app development with the help of Twitter Fabric. Creating an Android-based app gives you a potential reach that is in the billions. And now see how easy adding realtime features can be using Twitter.

Ц Learn more

Add a Buddy List to Your Chat App

August 2, 2016 – This tutorial covers multiplexing and other techniques required for managing multiple channel subscriptions, like a buddy list. If you are looking to amp up your Android app game, this series on channels is definitely for you.

Ц Start building


2016 PubNub. All rights reserved.
725 Folsom Street, San Francisco, California, USA.

Unsubscribe
Contact Technical Support