Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 592 Bytes

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