mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 03:56:32 +00:00
9 lines
264 B
Markdown
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.
|