go cli chat
v0.1.3
用 Go 編寫的聊天伺服器和客戶端(用於學習目的的簡單原型)。該應用程式使用 goroutine 和通道。
# Build and start container:
docker compose up -d
# Enter go-cli-chat container:
docker exec -it go-cli-chat bash
# Run chat server within go-cli-chat container:
go-cli-chat-server
# Open another go-cli-chat container and start client with the given username:
go-cli-chat-client Lukasz
您也可以使用以下方法進行變更並重建client
或server
:
$ make build-server
$ make build-client
我對社區做出的任何貢獻持開放態度並表示感謝。