A spinoff library of Dache that provides highly efficient, scalable, simple socket communication.
WEB: http://www.dache.io
EMAIL: info@dache.io
NUGET: SimplSockets
Just include the DLL in your project (NuGet) and then create a SimplSocket!
To create a client or server:
var client = new SimplSocketClient(...)
var server = new SimplSocketServer(...)