summaryrefslogtreecommitdiff
path: root/op_crates/websocket/README.md
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-01-06 16:57:28 +0100
committerGitHub <noreply@github.com>2021-01-06 16:57:28 +0100
commit2e18fcebcc2ee931ee952ac2fe2175d6ec7acf69 (patch)
tree352e53d98cd46604e7661ba26df51dc9c0498b2a /op_crates/websocket/README.md
parent1959aca2a978642b73ea815b9b89dd3219830cef (diff)
refactor: move WebSocket API to an op_crate (#9026)
Diffstat (limited to 'op_crates/websocket/README.md')
-rw-r--r--op_crates/websocket/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/op_crates/websocket/README.md b/op_crates/websocket/README.md
new file mode 100644
index 000000000..d6495f397
--- /dev/null
+++ b/op_crates/websocket/README.md
@@ -0,0 +1,5 @@
+# deno_websocket
+
+This op crate implements the websocket functions of Deno.
+
+Spec: https://html.spec.whatwg.org/multipage/web-sockets.html