Files
MTSC/README.md
T
2019-07-19 10:16:54 +03:00

9 lines
264 B
Markdown

# MTSC - Modular TCP Server and Client
Build TCP servers out of modules with handlers for communication, exception and logging.
## Nuget
https://www.nuget.org/packages/MTSC/
## Examples
Functional Examples are provided in the TestClient and TestServer projects.