官术网_书友最值得收藏!

Installing important middleware

For our application, we have already used one built-in Express.js middleware: express.static. Throughout this book, we continue to install further middleware:

npm install --save compression cors helmet

Now, execute the import statement on the new packages inside the server index.js file so that all dependencies are available within the file:

import helmet from 'helmet';
import cors from 'cors';
import compress from 'compression';

Let's see what these packages do and how we can use them.

主站蜘蛛池模板: 潜江市| 信丰县| 塔城市| 康保县| 汽车| 琼中| 华阴市| 广元市| 南丰县| 北宁市| 泸州市| 临城县| 柘荣县| 锡林郭勒盟| 锦屏县| 宁蒗| 集贤县| 绥宁县| 凤冈县| 水富县| 额敏县| 玛沁县| 抚顺县| 辉南县| 全椒县| 沿河| 云阳县| 盐边县| 平南县| 南昌县| 海门市| 林口县| 馆陶县| 琼中| 斗六市| 方山县| 措勤县| 横山县| 石城县| 民勤县| 克山县|