Skip to content

OHopiak/FastChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastChat

Travis: Build Status

Jenkins: Build Status

This is the simple chatting tool

Requirements

  • Java 8 or higher
  • Gradle 4.4 or higher

Building

# To build the project run:
gradle build

Running

On Linux:

# To start the client run:
./scripts/client

# To start the server run:
./scripts/server

On Windows:

rem To start the client:
cd sripts
client

rem To start the server:
cd sripts
server

Using jar directly

cd build/libs

# To start the client run:
java -jar FastChat-version.jar

# To start the server run:
./scripts/server
java -jar FastChat-version.jar -s