1. 首页
  2. 数据库
  3. 其它
  4. fastify express:用于Fastify的Express兼容性层 源码

fastify express:用于Fastify的Express兼容性层 源码

上传者: 2021-03-05 07:15:23上传 ZIP文件 14.26KB 热度 17次
固定表达 此插件为Fastify增加了与完全兼容性,它公开了Express的相同use功能,并允许您使用任何Express中间件或应用程序。 注意 此插件不应用作长期解决方案,它旨在帮助您从Express平稳过渡到Fastify,但是随着时间的推移,您应该将Express特定的代码迁移到Fastify。 安装 npm i fastify-express 用法 注册插件并开始使用Express中间件。 const Fastify = require ( 'fastify' ) async function build ( ) { const fastify = Fastify ( )
用户评论