package cohttp_async_websocket

  1. Overview
  2. Docs
Websocket library for use with cohttp and async

Install

Dune Dependency

Authors

Maintainers

Sources

cohttp_async_websocket-v0.15.0.tar.gz
sha256=29fd269020b073f5bfa825172a104ab6f528a1351f3d69448a7447c565993ab4

Description

Websocket library for use with cohttp and async.

Cohttp_async_websocket is a full-featured server-side websocket implementation, using Async as the concurrency library, and Cohttp for HTTP negotiation.

It implements a large portion of RFC6445. The library has been hardened with many applications using it for several year, in conjunction with async-js and google-chrome.

Published: 21 Mar 2022

Dependencies (11)

  1. uri-sexp >= "3.0.0"
  2. dune >= "2.0.0"
  3. cohttp-async >= "2.5.6" & < "3.0.0" | >= "5.0.0" & < "6.0.0~"
  4. cohttp >= "2.5.6" & < "6.0.0~"
  5. base64 >= "3.4.0"
  6. ppx_jane >= "v0.15" & < "v0.16"
  7. core >= "v0.15" & < "v0.16"
  8. async_websocket >= "v0.15" & < "v0.16"
  9. async_ssl >= "v0.15" & < "v0.16"
  10. async >= "v0.15" & < "v0.16"
  11. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (2)

  1. async_rpc_websocket < "v0.16.0"
  2. gemini >= "0.3.0"

Conflicts

None