Skip to content

kuy/echo.ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Echo server written in OCaml with LWT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages