simple restful api gateway:简单简约和可配置的RESTful API 源码
简单的RESTful API网关 基于JSON的可配置RESTful API网关项目。 您只需要更新routes.json并将相应的逻辑放在handles/http/即可启用端点。 如果您需要添加新的中间件,请将其放置在middlewares目录中。 正确遵循命名约定。 在这里查看示例; routes.json { " GET " : [ { " path " : " / " , " type " : " static " , " entrypoint " : " public/ " }, { "
文件列表
simple-restful-api-gateway-master.zip
(预估有个20文件)
simple-restful-api-gateway-master
.env.example
109B
public
index.html
155B
server.js
2KB
config.js
552B
routes.json
649B
core
handlers
http
暂无评论