simplsockets icon indicating copy to clipboard operation
simplsockets copied to clipboard

SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It is a spinoff of the Dache distributed caching project.

SIMPLSOCKETS

A spinoff library of Dache that provides highly efficient, scalable, simple socket communication.

WEB: http://www.dache.io

EMAIL: [email protected]

NUGET: SimplSockets

INSTALLATION INSTRUCTIONS

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(...)