Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 606 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 606 Bytes

Assignment1-Comp611

This assignment was to make a client that can send messages to other clients using ServerSocket. This assignments goal was to gain understanding of Threading in Java.
alt text

Image above is GUI chatbox that sends messages between clients. It requires two computers for it to work. Also it can send a message to a selected client or post to all clients and send images as well.

The server needs to be started to listen for client connections. The server forwards the message from one client to another.