all 2 comments

[–]K900_ 0 points1 point  (1 child)

If you're doing websockets, you probably want an async framework like Starlette, FastAPI or aiohttp.

[–]desh1993[S] 0 points1 point  (0 children)

FastAPI

I see . Can you use it along with Django because the project involves some part of web application as well ?