Links: Up
The sample in this directory shows how to use the .NET socket library to write a simple server that echos the inputs received from multiple clients simultaneously. The code is in client.fs and server.fs. On Windows build the sample using build.bat and on Unix build using build.sh.