Commit Graph

1 Commits

Author SHA1 Message Date
be0745a393 feat: implement real-time chat feature with WebSocket support
- Add WebSocket endpoint for bidirectional messaging
- Create chat message model with user and timestamp fields
- Implement message broadcasting to all connected clients
- Include input validation and rate limiting for chat messages
2025-08-28 18:30:47 +00:00