python-aiohttp 3.6.2 Async HTTP client/server framework (asyncio)

aiohttp is an asynchronous HTTP client/server framework.

Its main features are:

  • Supports both client and server side of HTTP protocol.

  • Supports both client and server Web-Sockets out-of-the-box without the Callback Hell.

  • Web-server has middlewares and pluggable routing.