Simple Chat Application built using Java and socket programming, allowing multiple clients to connect to a server. The server handles client connections, broadcasts messages, and stores them in a MySQL database. Clients can send messages, view received messages, and ping the server to measure latency.
mysql java chatroom ping broadcast chat-application chatroom-client chatroom-server socket-programming serversocket clientsocket
-
Updated
Aug 24, 2025 - Java