go cli chat
v0.1.3
Servidor y cliente de chat escritos en Go (prototipo simple con fines de aprendizaje). La aplicación utiliza gorutinas y canales.
# 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
También puede realizar cambios y reconstruir el client
o server
mediante:
$ make build-server
$ make build-client
Estoy abierto y agradecido por cualquier contribución realizada por la comunidad.