From c5d09db8576ec17c2b6fcfaf4026791ccf3fb1cf Mon Sep 17 00:00:00 2001 From: Macocian Alexandru Victor Date: Fri, 19 Jul 2019 10:12:44 +0300 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc6fd7d --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# MTSC +## Modular TCP Server and Client +Build TCP servers out of modules. + +## Nuget + +## Examples +Functional Examples are provided in the TestClient and TestServer projects.