https://github.com/n1ghtf1re/chat
Chat realisation on Java
https://github.com/n1ghtf1re/chat
chat chat-application java-chat-app messenger websocket-server websockets
Last synced: 3 months ago
JSON representation
Chat realisation on Java
- Host: GitHub
- URL: https://github.com/n1ghtf1re/chat
- Owner: N1ghtF1re
- License: mit
- Created: 2018-09-05T17:45:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T09:56:26.000Z (over 6 years ago)
- Last Synced: 2025-03-26T10:36:18.036Z (3 months ago)
- Topics: chat, chat-application, java-chat-app, messenger, websocket-server, websockets
- Language: Java
- Homepage:
- Size: 186 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Chat
Chat is an application for communicating a customer with an agent. When writing a message, the customer becomes in the queue and waits for the agent to respond. In turn, when registering, the agent also becomes a queue of agents and expects the customer.
## Customer Commands
+ **!register UserName** - Register in the client
+ **!leave** - Leave the chat with the agent (when quitting the queue, on the next сutomer message, it returns to the queue)
+ **!exit** - Exit the client## Agent Commands
+ **!register UserName** - Register in the client
+ **!skip** - Switch to another client
+ **!exit** - Exit the client