Go to file
Vasiliy Tolstov a72ed0f651 add license
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-09-08 00:37:40 +03:00
.github initial implementation 2020-09-03 12:21:00 +03:00
buffer.go initial implementation 2020-09-03 12:21:00 +03:00
context.go initial implementation 2020-09-03 12:21:00 +03:00
extractor.go initial implementation 2020-09-03 12:21:00 +03:00
go.mod fix server close error 2020-09-07 17:04:55 +03:00
go.sum fix server close error 2020-09-07 17:04:55 +03:00
handler.go initial implementation 2020-09-03 12:21:00 +03:00
LICENSE add license 2020-09-08 00:37:40 +03:00
message.go initial implementation 2020-09-03 12:21:00 +03:00
options.go initial implementation 2020-09-03 12:21:00 +03:00
README.md initial implementation 2020-09-03 12:21:00 +03:00
request.go initial implementation 2020-09-03 12:21:00 +03:00
subscriber.go initial implementation 2020-09-03 12:21:00 +03:00
tcp_test.go initial implementation 2020-09-03 12:21:00 +03:00
tcp.go fix server close error 2020-09-07 17:04:55 +03:00

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