Start chat server with

    java server.Server <port>
    
and start a chat client with

    java client.Client <host> <port>
    
