Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihailo222/javachatapp
https://github.com/mihailo222/javachatapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mihailo222/javachatapp
- Owner: Mihailo222
- Created: 2024-04-17T09:34:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T15:52:56.000Z (9 months ago)
- Last Synced: 2024-04-17T16:59:55.593Z (9 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Java Chat Client-Server App
Client has an ability to log in . Clients are stored in local memory in controller package. They log in with email and password. One client can't log in two times in the same period of time. Server controls maximum amount of clients communicatiing and has an ability to close all client's sockets connected. App uses Java Multi-Threading.
There is a thread that represents a list of active users. Users can communicate with each other. One user can send message to all active users from active user list.