Group Chat using python - socket: all the clients that are connected to the server can transfer messages and data to one another via the central server
-
Updated
Feb 6, 2024 - Python
Group Chat using python - socket: all the clients that are connected to the server can transfer messages and data to one another via the central server
This is the backend of a real-time chat application built using Java Spring Boot. It supports one-to-one messaging using WebSockets for live communication and REST APIs for user management, authentication, and message history. The project is designed to work seamlessly with the frontend built using React
Add a description, image, and links to the private-chat-application topic page so that developers can more easily learn about it.
To associate your repository with the private-chat-application topic, visit your repo's landing page and select "manage topics."