= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Websocket library for use with cohttp and async
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
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)
-
uri-sexp
>= "3.0.0"
-
dune
>= "2.0.0"
-
cohttp-async
>= "2.5.6" & < "3.0.0" | >= "5.0.0" & < "6.0.0~"
-
cohttp
>= "2.5.6" & < "6.0.0~"
-
base64
>= "3.4.0"
-
ppx_jane
>= "v0.15" & < "v0.16"
-
core
>= "v0.15" & < "v0.16"
-
async_websocket
>= "v0.15" & < "v0.16"
-
async_ssl
>= "v0.15" & < "v0.16"
-
async
>= "v0.15" & < "v0.16"
-
ocaml
>= "4.08.0"
Dev Dependencies
-
None
Used by (1)
Conflicts
-
None
On This Page