Skip to content

ByteThis/java-socket-chat

Repository files navigation

Java Socket based Chat

Compilation

javac ChatClient.java

javac ChatServer.java

Usage

java ChatServer 8000 Launches the server listening on port 8000

java ChatClient localhost 8000 Launches the java GUI client and connects to localhost on port 8000

Commands

`/nick name` Choose `name`. It can not be already in use.

/join room Enters room or creates it if it does not exist

/leave Leaves the current chat room

/bye Leaves the chat

About

Java based Socket Chat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages