登录 注册
当前位置:主页 > 资源下载 > 9 > 此仓库提供了一个在NestJS、fastify和adonisjs中实现的简易示例,旨在进行比较,时间为2021-04的nodejs框架对比

此仓库提供了一个在NestJS、fastify和adonisjs中实现的简易示例,旨在进行比较,时间为2021-04的nodejs框架对比

  • 更新:2024-10-29 13:44:02
  • 大小:162KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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 ' \