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, you created an advanced chat application, which allows its users to chat across several rooms using the important socket.io concept of namespacing. You learned how to configure namespaces on the server itself as well as how to connect to them from the client.

In the next chapter, we will wrap up what you learned so far by looking at how we can implement a common piece of functionality—an e-commerce application.