Small doc updates

This commit is contained in:
Nikolay Igotti
2017-03-27 19:38:20 +03:00
parent a6656a0cba
commit 8467fabf4d
4 changed files with 34 additions and 4 deletions
+18
View File
@@ -0,0 +1,18 @@
# Sockets demo
Compile the echo server (in EAP only supported on Mac host):
./build.sh
Run the server:
./EchoServer.kexe 3000 &
Test the server by conecting to it, for example with telnet:
telnet localhost 3000
Write something to console and watch server echoing it back.
~~Quit telnet by pressing ctrl+] ctrl+D~~