Socket Chat
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.