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

updated README.md to clarify that only one socket is created

parent 92ba385a
Branches master
No related tags found
No related merge requests found
# Socket Chat
Socket Chat is a simple 2-way chat program, essentially a bi-directional echo server/client. It is remarkably
non-robust, as its sole purpose is to demonstrate the use of Java sockets.
\ No newline at end of file
Socket Chat is a simple 2-way chat program, essentially a bi-directional echo
server/client. Only one socket is set up, so only two chatters are possible.
It is remarkably non-robust, as its sole purpose is to demonstrate the use of
Java sockets.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment