Go to file
2021-04-20 23:49:16 +00:00
.github update workflows 2021-02-18 18:43:41 +03:00
go.mod Update golang.org/x/net commit hash to 798c215 2021-04-20 23:49:16 +00:00
go.sum Update golang.org/x/net commit hash to 798c215 2021-04-20 23:49:16 +00:00
handler.go update for latest micro 2021-01-29 15:16:03 +03:00
LICENSE add license 2020-09-08 00:37:40 +03:00
message.go update codec interface 2020-11-25 23:56:38 +03:00
options.go update to latest micro 2020-09-22 13:35:58 +03:00
README.md initial implementation 2020-09-03 12:21:00 +03:00
request.go update codec interface 2020-11-25 23:56:38 +03:00
subscriber.go update for latest micro 2021-01-29 15:16:03 +03:00
tcp.go update for latest micro 2021-04-20 14:27:30 +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