Skip to content

tier2novelist/multi-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Welcome to this Computer Networking Project (Fall 2018)

Please kindly be reminded to follow GW Academic Integrity Code for any reference or use of this repo.

Spec

Presentation

Architecture

  • Text Messaging

text

  • File Sharing

file

Usage

Build Artifact

mvn compile package

Start Demo Chat Room Server on localhost

java -cp demo-1.0-SNAPSHOT-shaded.jar edu.gwu.cs6431.multichat.demo.server.DemoServer

Start Demo Chat Room Client (with JavaFx SDK 21 installed and exposed to PATH)

java -jar demo-1.0-SNAPSHOT-shaded.jar

Start With javafx maven plugin

mvn clean javafx:run