Commit Graph

2 Commits

Author SHA1 Message Date
b857863ee2 chore: remove trailing whitespace from README.md line 42 2025-09-14 17:26:48 +00:00
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