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.
WavernChat is a messaging/VoIP chatroom application programmed in Java, It works by connecting into a server (hosted by someone) and entering a username.
It is a common chat service designed to exchange encrypted messages between the server and the client by the RSA protocol. This project is implemented in Java.