Frequently asked questions

Many questions asked in websockets’ issue tracker are really about asyncio.

If you’re new to asyncio, you will certainly encounter issues that are related to asynchronous programming in general rather than to websockets in particular.

Fortunately, Python’s official documentation provides advice to develop with asyncio. Check it out: it’s invaluable!