Skip to content

Multithreaded chat application written on Java

Notifications You must be signed in to change notification settings

AlmazSamatov/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About project:

Multithreaded, non-blocking, fault tolerant chat.

How to run:

  • Run Server.java file in order to run server.
  • Run Client.java file for every user.

Operations:

  • Support operations such as /repeat, /degree, /factorial. (Repeat usage: /repeat num_of_repetitions text (/repeat 5 good), Degree usage: /degree num degree (/degree 2 10), Factorial usage: /factorial num (/factorial 5))
  • Operations loaded in runtime from jars using URLClassLoader

Releases

No releases published

Packages

No packages published

Languages