Skip to content

ulysse71/chatcaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat client/server in less than 256 lines
-----------------------------------------

Start server on <server> wt command 
./chat server 1025

Start client wt command on any host
./chat client <server> 1025

Language Ocaml