https://github.com/fraidev/ocaml-tcp-chat
https://github.com/fraidev/ocaml-tcp-chat
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fraidev/ocaml-tcp-chat
- Owner: fraidev
- License: mit
- Created: 2022-08-05T18:42:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T22:28:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T14:29:30.265Z (3 months ago)
- Language: OCaml
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```