From ed879d73be651769883acc4a9a171a9dbc4f0e91 Mon Sep 17 00:00:00 2001 From: lim-yoona <44336448+lim-yoona@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:23:55 +0800 Subject: [PATCH] Add tcpack (#5040) * add msgpack * add msgpack * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bd2d82e..091c1b48 100644 --- a/README.md +++ b/README.md @@ -1920,6 +1920,7 @@ _Libraries for working with various layers of the network._ - [sslb](https://github.com/eduardonunesp/sslb) - It's a Super Simples Load Balancer, just a little project to achieve some kind of performance. - [stun](https://github.com/go-rtc/stun) - Go implementation of RFC 5389 STUN protocol. - [tcp_server](https://github.com/firstrow/tcp_server) - Go library for building tcp servers faster. +- [tcpack](https://github.com/lim-yoona/tcpack) - tcpack is an application protocol based on TCP to Pack and Unpack bytes stream in go program. - [tspool](https://github.com/two/tspool) - A TCP Library use worker pool to improve performance and protect your server. - [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation. - [vssh](https://github.com/yahoo/vssh) - Go library for building network and server automation over SSH protocol.