- MongoDB,Express,Angular,and Node.js Fundamentals
- Paul Oluyege
- 189字
- 2021-06-11 13:36:32
Introduction
We began this book by describing the MEAN (MongoDB, Express, Angular, and Node) architecture. Specifically, we described its technology components in terms of their features/advantages, limitations, and scenarios in which they are best used. We ran Node server and implemented various Node features such as callbacks, event loops, event emitters, streams, buffers, and the filesystem.
This chapter will revolve around RESTful APIs, which are a major application of Node that leverage HTTP request types to indicate the desired action. We will also introduce you to the RESTful API and its designs concepts. Later in this chapter, we will talk about some operations on MongoDB Atlas such as creating clusters, schemas, and connecting the database to applications. This chapter will present the Express framework and its feature implementation on Node and MongoDB Atlas.
Finally, you'll implement Node, MongoDB Atlas, and Express together with the goal of developing a RESTful API to perform CRUD (Create, Read, Update, and Delete) operations. The chapter activity will wrap up the backend development for our sample application by creating a RESTful API for our nascent blogging application, which was developed in the first chapter.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- CockroachDB權威指南
- Objective-C應用開發全程實錄
- GeoServer Cookbook
- Java 開發從入門到精通(第2版)
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 實戰Java高并發程序設計(第3版)
- 軟件項目管理實用教程
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 案例式C語言程序設計實驗指導
- 計算機應用技能實訓教程
- Python商務數據分析(微課版)
- 物聯網系統架構設計與邊緣計算(原書第2版)
- PHP 8從入門到精通(視頻教學版)