Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 232 Bytes

File metadata and controls

9 lines (7 loc) · 232 Bytes

GoChat

Chat with each other in the comand line

Start

  • go build server.go sample.go server.go user.go // 服务端
  • go build client.go // 客户端
  • ./server // 开启服务
  • ./client // 开启客户端,可开启多个