# 一个简单测试程序 启动服务端 ``` go run server.go ``` 启动客户端 ``` go run client-tpv2.go go run client-wsv2.go ```