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.16.0.tar.gz
sha256=f7710de516c48eec103569c4c9a9d3ac18d6b8e435ffc1fed6519488b08ef275

Description

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

Published: 14 Jun 2023

Dependencies (6)

  1. dune >= "2.0.0"
  2. cryptokit >= "1.16" & < "1.17"
  3. ppx_jane >= "v0.16" & < "v0.17"
  4. core_kernel >= "v0.16" & < "v0.17"
  5. async >= "v0.16" & < "v0.17"
  6. ocaml >= "4.14.0"

Dev Dependencies

None

Conflicts

None