News

Python library providing an implementation of the WebSocket protocol defined in RFC 6455. Read the documentation for more information. You can also join the ws4py mailing-list to discuss the library.
Robustness: websockets is built for production; for example it was the only library to handle backpressure correctly before the issue became widely known in the Python community. Quality: websockets ...