-
此仓库提供了一个在NestJS、fastify和adonisjs中实现的简易示例,旨在进行比较,时间为2021-04的nodejs框架对比
资源介绍
NodeJS框架比较(2021年4月)
该存储库在 , 和实现了一个小示例,以简化比较这些框架的过程。
该示例是关于通过具有以下端点的API创建床垫和枕头的捆绑包:
# Read all bundles
curl --location --request GET ' http://localhost:3000/bundles '
# Read a single bundle
curl --location --request GET ' http://localhost:3000/bundles/{id} '
# Create a bundle
curl --location --request POST ' http://localhost:3000/bundles ' \
--header ' Content-Type: application/json ' \