BladeNetwork.NET
BladeNetwork.NET is a simple and lightweight C# asynchronous networking library. It is named after a famous SF classic, because it is as strong and reliable as replicants.
Take a look at its Github repo here.
Features
- Very simple to use !
- Just a few instructions, well-documented.
- Easy to add as a reference (DLL) for an external project.
- TCP based implementation
- Efficiency (asynchronous read & write)
- Events raised at each reception of a message, for further processing (Observer pattern)