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.
This project provides a WebSocket server for distributing files among clients. It allows clients to connect, subscribe to specific topics, and receive files sent by other clients. It encodes the file ...