A simple chat by TCP connection
- Broadcast message to all connected users
- Send a message directly to another user
Test cases:
- one sender and 10 receivers
- one sender and directly one receiver by tag (username)
Test cases are included in cmd/chat/main_test.go