From 945ed97ec90c89834d747e745aa87f13672760fb Mon Sep 17 00:00:00 2001 From: Sanket <sanketplus@gmail.com> Date: Tue, 2 Oct 2018 00:08:37 +0530 Subject: [PATCH] adding aiohttp it can be added under HTTP or Web Framework section too. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c2d394..abb7fe6 100644 --- a/README.md +++ b/README.md @@ -1253,6 +1253,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [django-channels](https://github.com/django/channels) - Developer-friendly asynchrony for Django. * [django-socketio](https://github.com/stephenmcd/django-socketio) - WebSockets for Django. * [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy. +* [AIOHTTP](https://aiohttp.readthedocs.io/en/stable/) Asynchronous HTTP Client/Server for asyncio and Python. # Services -- GitLab