- Web Development with MongoDB and NodeJS(Second Edition)
- Mithun Satheesh Bruno Joseph D'mello Jason Krol
- 158字
- 2021-07-09 21:13:01
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 a lot of sample code will be reviewed to get you up to speed.
In this chapter, we will review the following topics:
- Fundamentals of the JavaScript language
- The basics of Node.js
- 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.
推薦閱讀
- Rust編程:入門、實(shí)戰(zhàn)與進(jìn)階
- Learning Data Mining with Python
- Clojure for Domain:specific Languages
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- SSM輕量級框架應(yīng)用實(shí)戰(zhàn)
- R Data Analysis Cookbook(Second Edition)
- 常用工具軟件立體化教程(微課版)
- Swift 4從零到精通iOS開發(fā)
- 軟件項(xiàng)目管理實(shí)用教程
- Magento 2 Beginners Guide
- Clojure for Finance
- Expert Cube Development with SSAS Multidimensional Models
- Spring MVC Cookbook
- SAP HANA Starter
- Python編程基礎(chǔ)與應(yīng)用