As a user of remote tail, you would be able to display logs from a remote server updating in realtime into command-line interface.
- The logs are written to a file on the server.
- You don't have control over the process that writes logs to this file.
- Input should be IP address of the server and path to the file on the server that the user wants to tail
- Implement a watch feature in the client which displays the changes to KV as they happen in real-time.