Generating nodejs server from Swagger specification
1–3 of 3 posts
Re: Generating nodejs server from Swagger specification
#2Technique for interface-driven development for APIs could save a lot of hassle--generate your API description, view it in swagger-ui, generate your client, and finally server stubs. The plumbing is done, the business logic is up to you.
Re: Generating nodejs server from Swagger specification
#3We use Swagger at 3scale - awesome framework and great to see more automation - a better kind of glue!