Book Image

Node Web Development - Second Edition

By : David Herron
Book Image

Node Web Development - Second Edition

By: David Herron

Overview of this book

Table of Contents (17 chapters)
Node Web Development Second Edition
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Multiuser Authorization, Deployment, Scaling, and Hosting

Now that our Notes application can save its data in a database, we can think about the next phase of making this a real application. The three aspects of this that we'll discuss in this chapter are:

  • User authentication, to control who can edit notes

  • Deploying a Node application to a production server

  • Scaling the application to match traffic