Files
kotlin-fork/samples/socket
SvyatoslavScherbina c1d9dc1cbb Replace CArray by CPointer (#406)
Also do some cleanup.
2017-03-28 17:44:08 +03:00
..
2017-03-25 11:35:56 +03:00
2017-03-27 19:38:20 +03:00
2017-03-27 14:36:12 +03:00

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