Skip to content
Snippets Groups Projects
Commit d81752c3 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

updated README.md to reflect this version of SocketChat

parent 94804601
No related branches found
No related tags found
No related merge requests found
# Socket Chat # Socket Chat
Socket Chat is a simple 2-way chat program, essentially a bi-directional echo server/client. It is remarkably Socket Chat is a simple multiway chat program. Each chatter must wait their
non-robust, as its sole purpose is to demonstrate the use of Java sockets. turn: the chat is sequenced in order of connecting to the host.
\ No newline at end of file It is remarkably non-robust, as its sole purpose is to demonstrate the use of
multiple Java sockets without threading.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment