Skip to content

ismailbennani/websocketml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websocketml

A simple websocket library for OCaml with no dependencies.

Documentation

Install using opam

From opam repo:

opam install websocketml

From this repo:

cd /path/to/websocketml
opam install .

Simple example

Run a simple server

cd /path/to/websocketml
make
make examples
cd examples/echo
./echo_server.byte

Then open examples/echo/echo_client.html in your favorite browser (with javascript enabled)

About

A simple websocket library for OCaml with no dependencies

Resources

License

Stars

Watchers

Forks