Go to file
2024-03-06 13:00:49 +03:00
.github Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#121) 2023-01-30 21:20:53 +03:00
.gitignore add waitGroups for waiting finish all connects 2024-03-05 21:17:20 +03:00
.golangci.yml lint (#53) 2021-04-26 01:10:37 +03:00
go.mod add waitGroups for waiting finish all connects 2024-03-05 21:17:20 +03:00
go.sum add waitGroups for waiting finish all connects 2024-03-05 21:17:20 +03:00
handler.go update import paths 2021-10-27 01:04:58 +03:00
LICENSE add license 2020-09-08 00:37:40 +03:00
message.go server: remove unparsed body from request and message 2022-03-21 15:30:19 +03:00
options.go update import paths 2021-10-27 01:04:58 +03:00
README.md initial implementation 2020-09-03 12:21:00 +03:00
request.go update import paths 2021-10-27 01:04:58 +03:00
subscriber.go use WG opts and add func gracefulStop 2024-03-06 13:00:49 +03:00
tcp.go use WG opts and add func gracefulStop 2024-03-06 13:00:49 +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