swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
16.9k stars 6.03k forks source link

[Python] Asyncio-based Python Server #7451

Open kispaljr opened 6 years ago

kispaljr commented 6 years ago

This is simply a feature request to add a new Python server generator that generates asyncio-based, or more precisely aiohttp-based webservers. We already have a nice asyncio-based Python client generator, but I would also need a server-side counterpart for my asyncio-based projects.

XayOn commented 6 years ago

Subscribing to this. This should be quite easy to add.