- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 289字
- 2021-07-08 10:32:39
What to expect from this book
The remainder of this book is going to be a guided tour that walks you through the creation of 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.js and MongoDB, and a basic introduction to the core concepts of both technologies. Then, we will write a web server powered by ExpressJS from scratch, 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 section.
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 detail about how to deploy your new website to the Internet using popular cloud-based hosting services such as Heroku and Amazon Web Services.
- DevOps with Kubernetes
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- Visual FoxPro 程序設(shè)計(jì)
- Mastering PHP Design Patterns
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Java EE 7 Development with NetBeans 8
- 嚴(yán)密系統(tǒng)設(shè)計(jì):方法、趨勢與挑戰(zhàn)
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- 動(dòng)手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- 響應(yīng)式架構(gòu):消息模式Actor實(shí)現(xiàn)與Scala、Akka應(yīng)用集成
- CoffeeScript Application Development Cookbook
- Web前端應(yīng)用開發(fā)技術(shù)
- Django 3.0應(yīng)用開發(fā)詳解
- C指針原理揭秘:基于底層實(shí)現(xiàn)機(jī)制