Skip to content

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.

License

haneytron/simplsockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLSOCKETS

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

WEB: http://www.dache.io

EMAIL: info@dache.io

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

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages