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.
Why shouldn't I use websockets? If you prefer callbacks over coroutines: websockets was created to provide the best coroutine-based API to manage WebSocket connections in Python. Pick another library ...