Chapter 12. Working with Real-Time Data

In today's app ecosystem, real-time features of various sorts are more or less becoming staple. Chat applications (and chat features for existing apps) are ever more common, push notifications bring news and views to users without them having to look for it, and so on.

In this chapter, we will take a look at how we can incorporate some choice real-time features into our Ionic apps. We will do so by building a simple chat application without authentication, where at least two people can get together and talk about the wonders of life. In doing so, we will revisit what we learnt earlier about web sockets, as we will need to create a simple server for this end.

A refresher – WebSockets

Before we move on, let's ...

Get Learning Node.js for Mobile Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.