Skip to content

ANDRIX99/Socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Socket

Simple client-server chat.

Description

Simple chat in java using sockets. The server for managing multiple users uses threads, each thread manages a single user. The client uses two threads, one thread for reading the chat by other users, the other thread is used for writing to the chat. Users are identified by IP address, but this could be improved by allowing them to enter a unique username.

About

Simple client-server chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages