You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real-time anonymous chat server in Go (Fiber + Redis + WebSocket). Post messages via REST or WebSocket, broadcast instantly to all connected clients, no auth required. Messages are ephemeral (capped at 50, 24-hour TTL), XSS-safe, rate-limited, and Dockerized.