Book Image

Web Development with MongoDB and Node.js

By : Jason Krol
Book Image

Web Development with MongoDB and Node.js

By: Jason Krol

Overview of this book

This book is designed for developers of any skill level that want to get up and running using Node.js and MongoDB to build full featured web applications. A basic understanding of JavaScript and HTML is the only requirement for this book.
Table of Contents (14 chapters)
12
12. Popular Node.js Web Frameworks
13
Index

Chapter 3. Node and MongoDB Basics

Before we dig in and start building a full-blown web application using Node and MongoDB, it's important that we review some of the basics first. This chapter will give you a crash course on the syntax and important topics. It is broken down into two parts where the first half focuses on JavaScript or Node and the second half covers MongoDB. You will gain insight into some of the more common and powerful tools available to you, and we will review a lot of sample code to get you up to speed.

In this chapter, we will review the following topics:

  • Fundamentals of the JavaScript language
  • The basics of NodeJS
  • Node's Package Manager, npm
  • The basics of MongoDB

By the end of this chapter, you should have a solid understanding of the syntax and how to use both Node and MongoDB. There's a lot to cover, so let's get started.