Is your feature request related to a problem? Please describe.
Describe the solution you'd like
We should now implement the chat section where the users of the classes can message each other.
we need to follow the below steps,
1) Create the dummy UI of chat Section
2) Add Socket Io in the frontend and backend
3) Start connecting the socket with a chat UI.
4) Testing the add the events
Describe alternatives you've considered
we can use socket.io for real-time communication. where we add socket package in backend and socket-client in frontend
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
We should now implement the chat section where the users of the classes can message each other. we need to follow the below steps, 1) Create the dummy UI of chat Section 2) Add Socket Io in the frontend and backend 3) Start connecting the socket with a chat UI. 4) Testing the add the events
Describe alternatives you've considered we can use socket.io for real-time communication. where we add socket package in backend and socket-client in frontend
Additional context