Skip to content

Add real-time chat between users using Socket.io#16

Open
AyshaVolidis wants to merge 8 commits into
developfrom
feature/chats
Open

Add real-time chat between users using Socket.io#16
AyshaVolidis wants to merge 8 commits into
developfrom
feature/chats

Conversation

@AyshaVolidis

@AyshaVolidis AyshaVolidis commented Oct 12, 2025

Copy link
Copy Markdown
Collaborator

Summary

Implemented a full-featured real-time chat system between users with Socket.io, including backend endpoints and frontend integration.

Frontend

  • Real-time socket connection for sending and receiving messages.
  • Chat UI supporting:
    • Sending new messages
    • Deleting messages
    • Deleting entire chat sessions
    • Displaying all users available for chat
  • Smooth interaction between UI and backend endpoints.

Backend

  • CRUD endpoints for chats and messages:
    • Add new messages
    • Delete individual messages
    • Delete entire chat threads
    • List all users
  • Socket.io events integrated for real-time communication.
  • Messages linked to users and chat sessions in the database.
  • Proper handling of user connection and disconnection events.

relates with #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants