Skip to content

SIGMazer/jChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published