You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.