Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ChatRoom


Use java to design a chat room that can be used in LAN.

I use the TCP Socket to support the connections, so the server of chat room needs to be open ahead of chatting.

I use the TXT to store the data, the passwords are clear texts.