package websocket

  1. Overview
  2. Docs
Websocket library

Install

Dune Dependency

Authors

Maintainers

Sources

2.8.tar.gz
sha256=13b06f0dfd455d5e1bc5b0eb7f09717c5507a17a3ac3c4e673d0b84d9db61bd4
md5=7309a63471d6fa814e4d10eefd19053e

Description

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

Tags

org:mirage org:xapi-project

Published: 01 Mar 2017

Dependencies (6)

  1. astring
  2. ocplib-endian >= "0.8"
  3. cohttp >= "0.17.1" & < "0.99"
  4. cppo_ocamlbuild build
  5. cppo build
  6. ocaml >= "4.02.0"

Dev Dependencies

None

Used by (3)

  1. iocaml < "0.4.6"
  2. links >= "0.9"
  3. ojs-base != "0.2.0" & < "0.6.0"

Conflicts (3)

  1. nocrypto < "0.5.0"
  2. async < "112.35.00"
  3. lwt < "2.4.8"
OCaml

Innovation. Community. Security.