Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 442 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 442 Bytes

echo.ml

Multi-client echo server written in OCaml with LWT.

Environments

  • ocaml 4.06.1
  • opam 1.2.2
  • dune 1.0+beta20
  • lwt 4.0.1

Build

jbuilder build

Run

1. Launch Server

./_build/default/echo.exe

2. Connect to server using telnet

telnet localhost 8080
ping

3. Server returns response

pong

License

MIT

Author

Yuki Kodama / @kuy