Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mihailo222/javachatapp


https://github.com/mihailo222/javachatapp

Last synced: about 2 months ago
JSON representation

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.