go cli chat
v0.1.3
Servidor e cliente de chat escritos em Go (protótipo simples para fins de aprendizagem). O aplicativo utiliza goroutines e canais.
# 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
Você também pode fazer alterações e reconstruir o client
ou server
usando:
$ make build-server
$ make build-client
Estou aberto e grato por quaisquer contribuições feitas pela comunidade.