DEV Community

Muhammad
Muhammad

Posted on

Any good tutorials on websockets using python

Top comments (2)

Collapse
 
rhymes profile image
rhymes

What framework are you using?

You can do WS in Python if you use ad-hoc extensions for the two main frameworks (Django and Flask) or you have to use an async framework like aiohttp or Tornado or Twisted.

Collapse
 
mraza007 profile image
Muhammad

Thank You for sharing these resources