Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nosock

Some experiments on the implementation of the websocket client protocol on OCaml.

Testing

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

TODO

  • Refactoring. The current code is a bit dirty.
  • Documentaion.
  • SSL.

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages