oaijs / koa-oai-router

Koa Router, based on OpenAPI, Swagger and Json Schema.
105 stars 15 forks source link

[Question] Do you have a roadmap ? #47

Closed rlataguerra closed 5 years ago

rlataguerra commented 6 years ago
amazing-gao commented 6 years ago

No, what i want to do is almost done. In my production scene it works well now. I need some inspiration.

To be honest, I don't like this usage now. it's too difficult to newbie, not easy to use. I am considering a new project with simpler usage and better project structure. A decorator style web framework. Of course, features of this project will be support elegant.

topics:

jsdevel commented 6 years ago

@rlataguerra check out https://github.com/kogosoftwarellc/open-api/tree/master/packages/koa-openapi. V3 is supported and it employs a modular architecture for fast iteration.