Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 291 Bytes

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.