Websocket layer on top of mirage-http (experimental)
- OCaml 99.3%
- Makefile 0.4%
- Dune 0.3%
|
|
||
|---|---|---|
| src | ||
| test | ||
| .gitignore | ||
| .ocamlformat | ||
| dune-project | ||
| LICENSE.md | ||
| Makefile | ||
| mirage-websocket.opam | ||
| README.md | ||
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:
- Mirage adapter (https://github.com/inhabitedtype/httpaf/pull/83)
- Upgrade connection (https://github.com/inhabitedtype/httpaf/pull/91)
Examples
You can take a look in test/ for a sample of websocket server.