Server:
- main: Create new Thread for each client. Server can receive requests from many clients at the same time.
- Handler : In this class is the communication of a client with the server. It contains various options such as log in, sign up.
- Account
Client:
- Client
- ClientActivity
- FirstActivity
Args:
- Client: IP and Port
- Server: Port
Server side's command line: java -jar Server.jar 1234
Client side's command line: java -jar Client.jar