A simple Java console-based chat app using sockets. The server supports multiple clients, broadcasts messages, and prompts for a port at startup. Clients connect by entering the server port, choose a username, and chat in real time. Type "exit" to leave the chat.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
2
commits
The project involves developing a multithreaded client-server chat application using Java. It requires the use of Java Sockets for communication and multithreading techniques to manage multiple users at the same time. The goal is to create a fully functional chat system where a central server facilitates real-time messaging between several clients. This application demonstrates key concepts of Java networking and concurrent programming.
cc3ef9eView on GitHub