Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meenbeese/java-chat-room
- Owner: meenbeese
- Created: 2023-09-13T22:30:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T23:25:34.000Z (about 1 year ago)
- Last Synced: 2024-11-07T15:53:35.980Z (2 months ago)
- Topics: chatroom, cli-app, java, tcp
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```