An open API service indexing awesome lists of open source software.

https://github.com/fraidev/ocaml-tcp-chat


https://github.com/fraidev/ocaml-tcp-chat

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# OCaml TCP Chat

Install dependencies:

```
opam switch create . 4.14.0 --no-install
opam install . --deps-only --with-test
```

Execute the server:

```
dune exec bin/server/server.exe
```

Execute the client:

```
dune exec bin/client/client.exe
```