# Golang-IM-System **Repository Path**: zyzyss/golang-im-system ## Basic Information - **Project Name**: Golang-IM-System - **Description**: 使用Go实现的socket通信 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-10 - **Last Updated**: 2022-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### IM-System with Golang ___生成并执行可执行文件创建服务端___ ```bash go build -o server main.go server.go user.go ./server ``` ___创建客户端___ ```bash nc 127.0.0.1 8888 ```