go cli chat
v0.1.3
Go로 작성된 채팅 서버 및 클라이언트(학습 목적을 위한 간단한 프로토타입) 이 애플리케이션은 고루틴과 채널을 활용합니다.
# 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
나는 커뮤니티가 제공하는 모든 기여에 대해 개방적이며 감사드립니다.