This is a simple chat server-client app using Go. Nothing more, just for understanding basic go grammar and operations.
- Start terminals on one device or different devices in same WLAN network
- Run server.go
go run server.go- Run client.go
go run client.go- Start several clients to chat
- History messages
- User commands like: /users, /msg, /nickname
- Private messages
- ...
Trying to implement a MCP based AI agent into this chat app.