module
0.0.0-20240318140849-436e4e3d633b
Repository: https://github.com/wh-servers/tcp_app.git
Documentation: pkg.go.dev
# README
- It is a tcp app framework, it allow user to generate tcp app with multiple handlers, there is a demo inside.
- request data structure: 1st byte is cmd number, from 2nd to end are main msg.
- The socket design is base on package "https://golang.org/pkg/net"
- no *pb.go file in the repo, can generate by cmd "protoc --go_out=. *.proto"