Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

haxxorsid/basic-java-instant-messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

What is Basic Java Instant Messenger ?

A basic Java application based on GUI and Sockets+Streams, made as a college mini-project.

How to run IM:

  1. Clone or download repo.
  2. First, run ServerTest.java from IMServer project.
  3. Then, run ClientTest.java from IMClient project.
  4. Send and receive messages from Server to Client or vice versa.
  5. Use "END" string in any of the windows to close Connection.