/Networking

TCP networking samples with C# 5.0

Primary LanguageC#

Networking

TCP networking samples with C# 5.0

Work in progress

  • Part 1 - a simple asynchronous TCP Echo server, with HTTP-like connection management.
  • Part 2 - a simple chat client/server application, with persistent connections, user names and message broadcasting.