Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 178 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 178 Bytes

kinnaram

Multi-User Chat Server in Java

Usage:

run the server (port number is assigned to 8000): ./gradlew run

start the client using telnet: telnet 127.0.0.1 8000