# im-system **Repository Path**: sjviper_admin/im-system ## Basic Information - **Project Name**: im-system - **Description**: 基于 go语言的聊天系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-17 - **Last Updated**: 2022-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IM-System ### ✅基于Golang的实时通讯 #### 1.拉取项目代码 #### 2.构建二进制文件 ```shell go build -o server main.go server.go logger.go command.go user.go go build -o client client.go logger.go command.go ``` #### 3.启动服务端 ![img.png](img.png) ```shell ./server ``` #### 4. 启动客户端 ```shell ./client ## 默认连接127.0.0.1:9700 ## 自定义连接 ./client -ip IP -port PORT ``` ![img_1.png](img_1.png)