# tcp-demo **Repository Path**: i421/tcp-demo ## Basic Information - **Project Name**: tcp-demo - **Description**: tcp client send pack data and server unpack data demo - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-10 - **Last Updated**: 2021-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言, TCP ## README # tcp-demo #### 介绍 tcp client send pack data and server unpack data demo #### 软件架构 软件架构说明 #### 安装教程 1. go mod tidy 2. go run server.go 3. go run client.go