Go to file
2021-03-28 19:24:44 +00:00
.github update workflows 2021-02-18 18:43:41 +03:00
go.mod Update module github.com/unistack-org/micro/v3 to v3.3.7 2021-03-28 19:24:44 +00:00
go.sum Update module github.com/unistack-org/micro/v3 to v3.3.7 2021-03-28 19:24:44 +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 cleanup 2021-03-24 15:25:06 +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