Add tcpack (#5040)

* add msgpack

* add msgpack

* Update README.md
This commit is contained in:
lim-yoona 2023-10-12 12:23:55 +08:00 committed by GitHub
parent e4153ef669
commit ed879d73be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.