Ahmad Asyraf Arifinashyokhei.hashnode.dev·Jan 2, 2024How to Deploy Django with Uvicorn (ASGI) on Windows IISDjango is a high-level web framework written in Python that encourages rapid development and clean pragmatic design. It's designed to help developers build web applications quickly and efficiently by providing a robust set of tools, libraries, and fu...170 readspep333
Okechukwu Samuel Owhondahpsami.hashnode.dev·Aug 17, 2022Using SocketIO with Django Rest Framework, and Django ASGI application.Tired of setting up Django channels? Need a more friendly library to work with? Then you can use SocketIO. I don't see many people using it with django which is why I'm writing this blog to let you guys know you can also use socketIo with ASGI server...14 likes·3.4K readsdjango socket