diff options
| author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-03-30 20:57:16 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:16 +0700 |
| commit | c930ce80121739c62e6879cf05e8426f546c1143 (patch) | |
| tree | 986424833b8d92a464840fbbad49ff470e22b3fb /python/python3-websockets/README | |
| parent | db41eea5512d80542bf703020717cfd8d4f22a61 (diff) | |
python/python3-websockets: Added (WebSocket servers & clients)
Rewrapped README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-websockets/README')
| -rw-r--r-- | python/python3-websockets/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-websockets/README b/python/python3-websockets/README new file mode 100644 index 0000000000..a4988f0efd --- /dev/null +++ b/python/python3-websockets/README @@ -0,0 +1,6 @@ +websockets is a library for building WebSocket servers and clients in +Python with a focus on correctness, simplicity, robustness, and +performance. + +Built on top of asyncio, Python’s standard asynchronous I/O framework, +it provides an elegant coroutine-based API. |
