Multiplayer Network Chat (Java)
Network multi-client chat in the programming language #Java. The server can "listen" to any address and port, authorize the client by "nickname", send public, private, server #messages. The server also sends a list of clients. It assigns the appropriate graphic image to each client. The client can connect to the server, submit appropriate requests to the server.