HACKER Q&A
📣 cirospaciari

WSGI or ASGI for Python what are you using?


I see a lot of people using WSGI with multi-process instead of ASGI, what are you using and why?


  👤 zach_garwood Accepted Answer ✓
All my personal projects are using WSGI because I haven't had time ro sit down and read about ASGI yet. What are the biggest differences?