- Web Development with MongoDB and NodeJS(Second Edition)
- Mithun Satheesh Bruno Joseph D'mello Jason Krol
- 205字
- 2021-07-09 21:12:57
Preface
Node.js and MongoDB are quickly becoming very 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 their popular frameworks.
- 垃圾回收的算法與實現
- 編寫整潔的Python代碼(第2版)
- Learning Elixir
- Windows Presentation Foundation Development Cookbook
- Learning Neo4j 3.x(Second Edition)
- SAS數據統計分析與編程實踐
- concrete5 Cookbook
- Spring Boot進階:原理、實戰與面試題分析
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Vue.js 2 Web Development Projects
- Go語言底層原理剖析
- Machine Learning for Developers
- WordPress Search Engine Optimization(Second Edition)
- C語言王者歸來
- ASP.NET Core 2 High Performance(Second Edition)