Skip to content

bridges-wood/volatil-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

volatil - Java Chat App (Server)

A multithreaded console chat application designed to demonstrate client-server and multithreading programming practices. Each message is ephemeral and anonymised, lasting only as long as the users that saw it are connected.

Requirements

  1. JRE 11 or above
  2. Maven 3.6.3 or above

Getting Started

Execute mvn package and run the generated jar file with java -jar target/core-{version}.jar