Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Galaxies99/MS125-chatroom-server
PPCA Project: ChatRoom Server
https://github.com/Galaxies99/MS125-chatroom-server
Last synced: about 1 month ago
JSON representation
PPCA Project: ChatRoom Server
- Host: GitHub
- URL: https://github.com/Galaxies99/MS125-chatroom-server
- Owner: Galaxies99
- License: mit
- Archived: true
- Created: 2019-07-19T15:31:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T08:22:12.000Z (over 5 years ago)
- Last Synced: 2024-08-01T19:43:38.539Z (4 months ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cs - @Galaxies99, 2019 Summer
README
# ChatRoom Server
一个用 Go 语言实现的 ChatRoom Server.在安装了 Go 的环境下,命令行执行:
```
go build main.go
go run main.go
```即可开启 Server,配套 Client 即可实现 ChatRoom 功能。
版本 v3.0