go cli chat
v0.1.3
Serveur et client de chat écrits en Go (prototype simple à des fins d'apprentissage). L'application utilise des goroutines et des canaux.
# 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
Vous pouvez également apporter des modifications et reconstruire le client
ou server
en utilisant :
$ make build-server
$ make build-client
Je suis ouvert et reconnaissant pour toute contribution apportée par la communauté.