$ go run cmd/server/main.go
# in a different tab, this will make 5 clients,
# which will receive constant updates from the server
$ go run cmd/client/main.go
$ go run cmd/server/main.go
# in a different tab, this will make 5 clients,
# which will receive constant updates from the server
$ go run cmd/client/main.go