package async_websocket

  1. Overview
  2. Docs
A library that implements the websocket protocol on top of Async

Install

Dune Dependency

Authors

Maintainers

Sources

async_websocket-v0.15.0.tar.gz
sha256=be12a256da2f96276a610c787487d19f3ae020be6c29ec02b9f67a1ac9be7cd6

Description

This library implements both the server and client side of the websocket protocol.

Published: 21 Mar 2022

Dependencies (6)

  1. dune >= "2.0.0"
  2. cryptokit
  3. ppx_jane >= "v0.15" & < "v0.16"
  4. core_kernel >= "v0.15" & < "v0.16"
  5. async >= "v0.15" & < "v0.16"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Conflicts

None