• Stars
    star
    102
  • Rank 334,068 (Top 7 %)
  • Language
    C#
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple asynchronous Client/Server Socket that uses I/O Completion Port, and implements the Task-based Asynchronous Pattern with Async and Await.

AsyncSocket

A simple asynchronous Client/Server Socket that uses I/O Completion Port for high performance, and implements the Task-based Asynchronous Pattern with Async and Await.

Reference

  1. Cowboy
  2. MSDN