Today we're going to write a chat system: A set of programs that you can use
to exchange text messages. The system will consist of one server and
multiple clients, one for each chat participant.
Let's start with the server. We'll need the following classes:
1) Server - The server's main class.
Chat (part 1)
- 8
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet