Skip to content

Mamahh/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## Go 简易聊天室

#### 功能说明

1. 更新用户名
2. 公聊
3. 私聊



#### 使用方法

```go
$ go build -o server server.go main.go user.go
$ go build -o client client.go

$ ./server
$ ./client , ./client , ... (或 nc -nv  127.0.0.1 8888)
```

#### TODO:

- 实现多个群聊功能
- 添加数据库
- 实现账号密码登录

About

Simple chat room

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages