Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 266 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 266 Bytes

jChat

Simple chat server

Quick start

Start server

./run.sh run 

Connect with client interface

java Client

Connect with telnet

telnet localhost 6969

Connect with netcat

nc localhost 6969