REAL-TIME CHAT APPLICATION (Go + WebSocket + Redis) Description: This is a basic WebSocket chat application built with Go, capable of horizontal scaling for high load via Redis Pub/Sub.
Requirements: Go: version 1.18+
Redis: a running server
Postman: For testing
How to Run: Run the server: docker run -d -p 6379:6379 redis
Run the app: go run ./cmd/server/main.go