Blog
Learn about new PubNub releases, industry trends, and app development tips.
Geolocation
Jul 28, 2019Embed a Static Map and Update Geolocation
How to embed a static map into a web or mobile app and update and mark geolocation in real time.
Michael Carroll
Gaming
Jul 28, 2019Multiplayer Gaming Using Phaser – Occupancy Counter
How to build a JavaScript occupancy counter for multiplayer games that automatically updates a counter based on new users going online or offline.
Michael Carroll
Jul 28, 2019
Real-time Visualizations & Dashboards: Epoch + Python
How to stream real-time data and create real-time visualizations and dashboards using the Epoch library and PubNub Python.
Michael Carroll
Jul 25, 2019
Real-time Machine Learning: Online Learning w/PubNub
Exploring machine learning algorithms in real-time data streaming, online learning, including theory and building a machine learning model.
Cameron Akhavan
Product Updates
Jul 22, 2019Making Chatbots Talk with IBM Watson Text-to-Speech
How to build a chatbot application that analyzes a stream of text, and uses Watson text-to-speech to speak based on customized thresholds.
Michael Carroll
News
Jul 5, 2019Amazon EC2: Reducing Costs + Getting Most at Scale
By making minimal changes to system files, you can increase the number of users serviced concurrently on EC2. This allows for fewer EC2 servers
Stephen Blum
Chat
Jul 2, 2019React Native Chat App - Part Two: Message History
Part Two of ever-growing React Native chat tutorial series, covering chat history - storing, fetching and displaying historic chat messages in order
Michael Carroll
Geolocation
Jun 29, 2019Android Geolocation Tracking + Google Maps API (3/4)
Geolocation returns the location of a connected device. We'll plot and update the data in real time as it changes on a live-updating map with Google Maps API
Michael Carroll
Chat
Jun 24, 2019React Native Chat App Tutorial - Basic Messaging
Part One of an ever-growing Reactnative chat tutorial series, covering basic messaging and setting up the chat UI.