valentinp72 / JavaChat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaChat

Chat screen

Installation

git clone https://github.com/valentinp72/JavaChat.git
# or with ssh:
# git clone git@github.com:valentinp72/JavaChat.git
cd JavaChat

Compilation

make

Run the server

# with the default IP and port:
make serverStart

# with an other IP and port:
make serverStart ARGS="127.0.0.1 9908"

Run a client

make clientStart

About

License:MIT License


Languages

Language:Java 99.5%Language:Makefile 0.5%