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.
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.