IPChat is a chat application by which users can chat with other users or can do a group chat on lan. It is implemented in Java and uses MySql for a database to store chats on the server. (Its still incomplete though!)
$javac src/ipchatter.java
$java ipchatter
- Executing the program opens a small login window through which a registered user can login.
- After login, a chat window will open on which a user can chat with another user or a group of user.