summaryrefslogtreecommitdiffstats
path: root/python/python3-websockets/README
diff options
context:
space:
mode:
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.