更新时间:2021-06-25 21:31:10
封面
版权信息
Packt Upsell
Why subscribe?
PacktPub.com
Contributors
About the author
About the reviewer
Packt is searching for authors like you
Preface
What this book covers
To get the most out of this book
What you need for this book
Download the example code files
Download the color images
Code in Action
Conventions used
Sections
Getting ready
How to do it...
Let's test it...
How it works...
There's more...
See also
Get in touch
Reviews
Introduction to the MERN Stack
Technical requirements
Introduction
The MVC architectural pattern
Installing and configuring MongoDB
Installing Node.js
Installing npm packages
Building a Web server with ExpressJS
Routing in ExpressJS
Route methods
Route handlers
Chainable route methods
Modular route handlers
Writing middleware functions
Writing configurable middleware functions
Writing router-level middleware functions
Writing error-handler middleware functions
Using ExpressJS' built-in middleware function for serving static assets
Parsing the HTTP request body
Compressing HTTP responses
Using an HTTP request logger
Managing and creating virtual domains
Securing an ExpressJS web application with Helmet
Using template engines
Debugging your ExpressJS web application