Simple chat that works in terminal.
Just small project for keeping skills sharp and learn something new.
Run server -> go run cmd/server/main.go
Run client -> go run cmd/client/main.go
Usage of server:
-address string
http service address (default "localhost:8080")
-debug
debug mode (default true)
Usage of client:
-address string
http service address (default "ws://localhost:8080")
-name string
client name