Go to file
Vasiliy Tolstov 6372b7b3fa fixup opts
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-09-10 00:27:29 +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 fixup opts 2020-09-10 00:27:29 +03:00
go.sum fixup opts 2020-09-10 00:27:29 +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 fixup opts 2020-09-10 00:27:29 +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 fixup opts 2020-09-10 00:27:29 +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