Skip to content

Fork of anmonteiro/websocketaf for use in Dream

Notifications You must be signed in to change notification settings

aantron/websocketaf

 
 

Repository files navigation

websocketaf

Build Status

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

About

Fork of anmonteiro/websocketaf for use in Dream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 93.4%
  • Nix 6.3%
  • Makefile 0.3%