-
Book Overview & Buying
-
Table Of Contents
Web Development with MongoDB and NodeJS - Second Edition
By :
Web Development with MongoDB and NodeJS
By:
Overview of this book
Node.js and MongoDB are quickly becoming one of the most popular tech stacks for the web. Powered by Google's V8 engine, Node.js caters to easily building fast, scalable network applications while MongoDB is the perfect fit as a scalable, high-performance, open source NoSQL database solution. Using these two technologies together, web applications can be built quickly and easily and deployed to the cloud with very little difficulty.
The book will begin by introducing you to the groundwork needed to set up the development environment. Here, you will quickly run through the steps necessary to get the main application server up and running. Then you will see how to use Node.js to connect to a MongoDB database and perform data manipulations.
From here on, the book will take you through integration with third-party tools for interaction with web apps. It then moves on to show you how to use controllers and view models to generate reusable code that will reduce development time. Toward the end of the book, we will cover tests to properly execute the code and some popular frameworks for developing web applications.
By the end of the book, you will have a running web application developed with MongoDB and Node.js along with it's popular frameworks.
Table of Contents (14 chapters)
Preface
1. Welcome to JavaScript in the Full Stack
2. Getting Up and Running
3. Node and MongoDB Basics
4. Introducing Express
5. Templating with Handlebars
6. Controllers and View Models
7. Persisting Data with MongoDB
8. Creating a RESTful API
9. Testing Your Code
10. Deploying with Cloud-Based Services
11. Single-Page Applications with Popular Frontend Frameworks
12. Popular Node.js Web Frameworks
Index