Commit Graph

2 Commits

Author SHA1 Message Date
347661304f chore: remove trailing whitespace from README.md formatting 2025-09-14 19:15:36 +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