Some experiments on the implementation of the websocket client protocol on OCaml.
To testing implementation i use autobahn-testsuite. Сurrent version passes all tests.
To run tests we can use the following commands
cd path/to/this/repo
docker run -it --rm -v "${PWD}/test:/config" -v "${PWD}/test/reports:/reports" -p 9001:9001 --name fuzzingserver crossbario/autobahn-testsuite
dune test
- Refactoring. The current code is a bit dirty.
- Documentaion.
- SSL.