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 covered the basic theory behind WebSockets and why they matter to modern, real-time web applications. Building on this, we created a simple chat application by making use of the socket.io library in order to demonstrate real-time communication between several clients connected to the same server.