Skip to content

bridges-wood/volatil-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

616a6b9 · May 19, 2021

History

4 Commits
May 19, 2021
May 18, 2021
May 18, 2021
May 18, 2021
May 19, 2021
May 19, 2021

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