Advanced GREP command line utility to implement a simple command to search whole words in two files using distributed processing using sockets.
- The server and the client are required to run on two different machines.
- The communication between the client and the server will be through sockets
- The server must start running before the client, and wait for a connection from the client.
- The server must run in an infinite loop.