Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.48 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.48 KB

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