Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
/ DAD-Chat Public archive

Two assignments for Distributed Application Development - chat application

Notifications You must be signed in to change notification settings

milankostak/DAD-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DAD-Chat

First assignment for Distributed Application Development course.

What does it do

1st version

Goal of this project is to implement chat application that will allow agents to communicate with customers. Each agent can communicate with maximum of two customers. Implementation is done with Java Socket and ServerSocket classes with usage of Threads and Thread pool.

2nd version

Main objective of this version was to fix bugs from 1st version and implement voice messaging. Also RMI is now used for some functionality.