diff options
Diffstat (limited to 'op_crates/websocket/README.md')
-rw-r--r-- | op_crates/websocket/README.md | 5 |
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 |