Golang's TCP Services Framework

has anyone ever used a reliable golang TCP services framework? the framework had better have the following two modules:
1. Session management of connections
2. The framework can customize the protocol

Feb.28,2021

https://github.com/henrylee2c.
can take a look at this

Menu