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 5. Implementing a Simple Express Application

Now that we've got our feet wet building an Express application for Node, let's work on an application that performs a useful function. The application we'll build will keep a list of notes, and will let us explore some aspects of a real application. In this chapter, we'll only build the basic infrastructure of the application, and in the later chapters we'll add features to it, such as using different database engines to store the notes, user authentication, deployment on public servers, and other things.