Book Image

Learning Node.js for Mobile Application Development

Book Image

Learning Node.js for Mobile Application Development

Overview of this book

Table of Contents (21 chapters)
Learning Node.js for Mobile Application Development
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
14
Creating an E-Commerce Application Using the Ionic Framework
Index

Summary


In this chapter, we explored how we can incorporate real-time functionality into an Ionic app using socket.io. In the process of doing so, we built a simple chat application, which can be expanded later in order to learn advanced real-time features.

In the next chapter, we'll take a look at how to set up WebSocket communication through the app in order to subscribe to dynamic notifications from a server. We will elaborate on how this helps us develop truly dynamic applications such as chat apps.