# build-tcp-application-with-golang **Repository Path**: phpArtist/build-tcp-application-with-golang ## Basic Information - **Project Name**: build-tcp-application-with-golang - **Description**: 使用Golang构建socket应用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-27 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [build-tcp-application-with-golang](https://github.com/xiongchao123/build-tcp-application-with-golang) ## 功能 * 使用Golang构建socket应用 ## 安装 > go get -u github.com/xiongchao123/build-tcp-application-with-golang ## 实现 * 与tcp服务端建立连接并达成通信 ## 使用方法 * 本例Serve端由PHP构建,Serve端实现可查看[swoole-monitor-master](https://github.com/xiongchao123/swoole-monitor-master) * 客户端测试: > go run client.go