This is a simple chat application written in Golang using WebSockets. It allows multiple users to chat with each other in real-time.
- Real-time messaging using WebSockets
- Clean and simple user interface
- Support for multiple users
go run main.go
go build ./cmd/web/*.go
docker build --tag go-chat:1 .
docker run -p 5000:5000 go-chat:1