Skip to content

SimplSockets 1.0.0

Compare
Choose a tag to compare
@haneytron haneytron released this 12 Nov 05:21
· 66 commits to master since this release

SIMPLSOCKETS 1.0.0

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

http://www.getdache.net

info@getdache.net

VERSION HISTORY

1.0.0

  • Initial release of SimplSockets
  • Includes client and server methods

INSTALLATION INSTRUCTIONS

Simply add the assembly to your project!

// To create a client

var client = SimplSocket.CreateClient(...)

// To create a server

var server = SimplSocket.CreateServer(...)