package cohttp_async_websocket

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

Install

Dune Dependency

Authors

Maintainers

Sources

cohttp_async_websocket-v0.16.0.tar.gz
sha256=786451c7d47cfe1cc54201b168b81949e2d847d562285107f596062e8d3185c9

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: 14 Jun 2023

Dependencies (11)

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

Dev Dependencies

None

Used by (2)

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

Conflicts

None