community-of-python / microbootstrap

Bootstrap your microservices in a second!
27 stars 2 forks source link

Add aiohttp bootstrapper #19

Open insani7y opened 2 months ago

insani7y commented 2 months ago

Add another one bootstrapper for aiohttp

xfenix commented 1 week ago

Is it really necessary? It is not mainstream framework and it's popularity doesnt seems to raise any day now. May be focus on more mainstream solutions, like blacksheep, socketify, faststream?

insani7y commented 1 week ago

Faststream is a good idea, but i think we have to try it "at home" first to support But aiohttp is a very popular framework, so it might attract more users

insani7y commented 1 week ago

Also, a few days ago i was told about falcon, it's like aiohttp but faster