SimplSockets 1.0.0
SIMPLSOCKETS 1.0.0
A spinoff library of Dache that provides highly efficient, scalable, simple socket communication.
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(...)