Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meenbeese/java-chat-room

Simple TCP chat room in Java with a server and client
https://github.com/meenbeese/java-chat-room

chatroom cli-app java tcp

Last synced: 23 days ago
JSON representation

Simple TCP chat room in Java with a server and client

Awesome Lists containing this project

README

        

# Java Chat Room
Simple TCP chat room in vanilla Java with a server and client.

## Compilation
Clone the repository and download a suitable JDK. Simply compile and run the code. Use the command line to chat and run commands.

## Commands

To change the username:
```
/nick NewUsername
```

To quit the application:
```
/quit
```