websocket-lwt-unixversion

Websocket library (Lwt)

The WebSocket Protocol enables two-way communication between a client running untrusted code in a controlled environment to a remote host that has opted-in to communications from that code.

The security model used for this is the origin-based security model commonly used by web browsers. The protocol consists of an opening handshake followed by basic message framing, layered over TCP.

The goal of this technology is to provide a mechanism for browser-based applications that need two-way communication with servers that does not rely on opening multiple HTTP connections (e.g., using XMLHttpRequest or <iframe>s and long polling).

Tags org:mirage org:xapi-project
AuthorVincent Bernardoff <vb@luminar.eu.org>
LicenseISC
Published
Homepagehttps://github.com/vbmithr/ocaml-websocket
Issue Trackerhttps://github.com/vbmithr/ocaml-websocket/issues
MaintainerVincent Bernardoff <vb@luminar.eu.org>
Dependencies
Source [http] https://github.com/vbmithr/ocaml-websocket/releases/download/2.17/websocket-2.17.tbz
sha256=39af5eb5534b2df5b65ccf700b0a620438be5f09864a8e80b48ab60ee67a7a9c
sha512=a8cd168236acfa1156fac5a007fe6875a35f8fb03eee30a94eb712a2dc981a967bb8fb74fdd7aa7892d148176070333d49311ea9600f5a210e56be8da32197c8
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/websocket-lwt-unix/websocket-lwt-unix.2.17/opam
Optionally used by