patricoferris / irmin-browser-tests

Testing various Irmin backends in the browser

Home Page:https://patricoferris.github.io/irmin-browser-tests/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

irmin-browser-tests

Testing various Irmin backend in the browser using the irmin-test package. See the results at https://patricoferris.github.io/irmin-browser-tests

If you want to take the irmin-server example for a spin (a client connecting over a websocket), you'll need to run an irmin-server on the appropriate port. This should do the trick:

dune exec -- irmin-server/examples/server.exe ws://localhost:9090/ws

Also note, Chrome seems to kill all of the websockets probably for security. Try it in Safari or Firefox. Happy Irmin-ing!

About

Testing various Irmin backends in the browser

https://patricoferris.github.io/irmin-browser-tests/


Languages

Language:OCaml 100.0%