Open Issues Need Help
View All on GitHub Duplicate names 2 months ago
AI Summary: Implement a check for duplicate usernames in the multithreaded messaging server. If a user attempts to connect with an already existing username, the server should prompt them to choose a different one.
Complexity:
3/5
good first issue invalid
A very simple multithreaded server for messaging in the terminal
Java
#java#multithreading#network#server#terminal