LittleMoonie / JoblessAndFound

A project website for Epitech's Web course on a job offer website
2 stars 0 forks source link

Real-Time Chat Feature #26

Open LittleMoonie opened 1 week ago

LittleMoonie commented 1 week ago

Description: Add a real-time chat feature for applicants and recruiters to communicate directly. Use WebSockets for live chat sessions and notifications. Tasks: Set up a WebSocket server. Create a frontend chat interface. Implement WebSocket events for sending and receiving messages. Store chat history in the database.