- Web Development with MongoDB and NodeJS(Second Edition)
- Mithun Satheesh Bruno Joseph D'mello Jason Krol
- 333字
- 2021-07-09 21:12:59
What to expect from this book
The remainder of this book is going to be a guided tour that walks you through creating a complete data-driven website. The website we create will feature almost every aspect of a typical large-scale web development project. The app will be developed using a popular Node.js framework called Express, and it will persist data using MongoDB. In the first few chapters, we will cover the groundwork involved in getting the core of the server up and serving content. This includes configuring your environment so you are up and running with Node and MongoDB, and a basic introduction to the core concepts of both technologies. Then, we will write a web server from scratch powered by ExpressJS, which will handle serving all of the necessary files for the website. From there, we will work with the Handlebars template engine to serve both static and dynamic HTML web pages. Diving deeper, we will make the application persistent by adding a data layer where the records for the website will be saved and retrieved via a MongoDB server.
We will cover writing a RESTful API so that other people can interact with your application. Finally, we will go into the details to see how to write and execute tests for all of your code. A summary is given in the following figure:

Wrapping up, we will take a brief detour as we examine some popular, merging frontend technologies that are becoming increasingly popular while writing SPAs. These technologies include Backbone.js, Angular, and Ember.js.
Last but not least, we will go into details about how to deploy your new website to the Internet using popular cloud-based hosting services such as Heroku and Amazon Web Services.
Tip
Downloading the example code
You can download the example code files from your account at http://www.packtpub.com for all the Packt Publishing books you have purchased. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.
- Java EE 6 企業級應用開發教程
- Python數據分析入門與實戰
- Java入門很輕松(微課超值版)
- 云原生Spring實戰
- Reactive Programming With Java 9
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 深入淺出Go語言編程
- C語言程序設計
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- 透視C#核心技術:系統架構及移動端開發
- Android開發進階實戰:拓展與提升
- 軟技能2:軟件開發者職業生涯指南
- Building E-Commerce Solutions with WooCommerce(Second Edition)
- 流暢的Python
- Swift語言實戰晉級(第2版)