You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to send instant direct messages to users.
Create a webpage message.html which offers instant messaging.
Create a controller that handles requests for instant messages.
Create WebSocket connections between the front and back end for seamless communication.
Create models like Message.java.
Create a table or tables in the database to store information about messages like what their message content was, any attachments, the time it was sent, among others.
As a user, I want to be able to send instant direct messages to users.
Points: 10