The Sockets Sample

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.

Suggested Exercises