SharukhGV / emergency-response-backend

An application that showcases geological phenomena along with various terrestrial and celestial events.
0 stars 0 forks source link

Chat Box/Page Feature #1

Open SharukhGV opened 5 months ago

SharukhGV commented 5 months ago

Develop a chat box/page, where all users registered and currently logged in on the app are searchable. Use Socket.io to prevent lag and to allow instant messaging between these users. Messages should disappear after interactions are over (ie. navigation away from page), information should not be stored in a database.

For Backend: It integrates Socket.io to handle WebSocket connections and manage real-time messaging between clients.

For Frontend: Components manage the user interface, display chat messages, and handle user interactions.

SharukhGV commented 4 months ago

Before making this chatbox feature, I will work on a market place feature and get rid of pages that have little value