Commit 7cf4ddca authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added README

parent 80349893
*twspy* is a standalone implementation of web sockets for Python.
- The websocket.WebSocket class upgrades a regular socket to a web socket.
- message.py contains classes that abstract messages sent over the socket.
Sent messages are automatically converted to frames, and received frames are
converted to messages. Fragmented messages are also supported.
- The server.Server class can be used to support multiple clients to open a
web socket simultaneously in different threads, which is often desirable in
web-based applications.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment