initial implementation

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-09-03 12:21:00 +03:00
commit 873bad2488
20 changed files with 1827 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# TCP Server
The TCP micro.Server implemtation. It's a partial implementation which strips out codecs, transports, etc but enables you
to create a TCP Server that could potentially be used for some TCP based API services.
## Usage