package cohttp_async_websocket

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=4cfb43afd17e67a10c901bc6f63a1fec1b12a210ca3240ddcd0ec3cc8026e030

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: 26 May 2024

Dependencies (11)

  1. uri-sexp >= "3.0.0"
  2. dune >= "3.11.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.17" & < "v0.18"
  7. core >= "v0.17" & < "v0.18"
  8. async_websocket >= "v0.17" & < "v0.18"
  9. async_ssl >= "v0.17" & < "v0.18"
  10. async >= "v0.17" & < "v0.18"
  11. ocaml >= "5.1.0"

Dev Dependencies

None

Used by (2)

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

Conflicts

None

OCaml

Innovation. Community. Security.