Performance#

Here are tips to optimize performance.

uvloop#

You can make a websockets application faster by running it with uvloop.

(This advice isn’t specific to websockets. It applies to any asyncio application.)

broadcast#

broadcast() is the most efficient way to send a message to many clients.