Websocket layer on top of mirage-http (experimental)
  • OCaml 99.3%
  • Makefile 0.4%
  • Dune 0.3%
Find a file
Lucas Pluvinage 13b2d680b9 Minor update: add transfer-encoding
+ add sample using both cohttp and httpaf at once.
2019-04-15 16:17:36 +02:00
src Minor update: add transfer-encoding 2019-04-15 16:17:36 +02:00
test Minor update: add transfer-encoding 2019-04-15 16:17:36 +02:00
.gitignore Project files 2019-03-12 12:26:18 +01:00
.ocamlformat Project files 2019-03-12 12:26:18 +01:00
dune-project Websocket: first version on top of mirage-http 2019-03-12 12:27:11 +01:00
LICENSE.md Project files 2019-03-12 12:26:18 +01:00
Makefile Project files 2019-03-12 12:26:18 +01:00
mirage-websocket.opam Project files 2019-03-12 12:26:18 +01:00
README.md Project files 2019-03-12 12:26:18 +01:00

mirage-websocket -- Websocket implementation for MirageOS

This is a work in progress built on top of ocaml-websocket and mirage-http.

Httpaf

It doesn't work on upstream httpaf, it needs features that are pending for review:

Examples

You can take a look in test/ for a sample of websocket server.