Introduction
In this chapter, we look at how you can use MongoDB as the backend storage for your web application. While not completely focused on JSON, as you'll see, this chapter's recipes give you a leg up in managing document creation, reading, updating, and deleting with MongoDB, first directly in Node.js, and then, using a REST server built for Node.js and MongoDB so that you can manage documents from a network client, such as a web application.