# GoSocketServer **Repository Path**: 263663/go-socket-server ## Basic Information - **Project Name**: GoSocketServer - **Description**: go语言写的socket服务器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-03 - **Last Updated**: 2021-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言 ## README # 使用go编写的socket服务器 ```bash go mod init SocketServer go mod tidy go run .\src\main.go ```