package websocketaf

  1. Overview
  2. Docs
Websocket implementation for use with http/af

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=8b5c479caa1ff331f3cec917396132c1

Description

Published: 30 Apr 2019

README

websocketaf

websocket/af is a websockets implementation that uses http/af for the initial connection and upgrade. It currently support a client state machine and is a work-in-progress.

Installation

Install the library and its dependencies via OPAM:

opam install websocketaf

Development

To install development dependencies, pin the package from the root of the repository:

opam pin add -n websocketaf .
opam install --deps-only websocketaf

After this, you may install a development version of the library using the install command as usual.

Tests can be run via dune:

dune runtest

Dependencies (8)

  1. result
  2. httpaf < "0.6.0"
  3. faraday >= "0.5.0"
  4. angstrom >= "0.7.0" & < "0.14.0"
  5. bigstringaf
  6. base64 >= "3.0.0"
  7. dune
  8. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None