aboutsummaryrefslogtreecommitdiff
path: root/python/python3-websockets/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2022-03-30 20:57:16 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:19:16 +0700
commitc930ce80121739c62e6879cf05e8426f546c1143 (patch)
tree986424833b8d92a464840fbbad49ff470e22b3fb /python/python3-websockets/README
parentdb41eea5512d80542bf703020717cfd8d4f22a61 (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/README6
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.