Python
Asyncio HTTP server in Python – how I did it
I’ve been using HTTP servers for a long time. The first one I ever touched was Apache. Then I mostly used Nginx with Gunicorn. Although I use them every day I’ve never gone into details of their implementation. They just work and I’m fine with this. Nevertheless, last week I Read more…