Skip to content

amonsh1/nosock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Languages