This project implements a simple distributed processing system where a client can upload scripts to a server. The server executes the scripts and sends the results back to the client. Utilizing Java's socket programming for communication
This project implements a simple distributed processing system where a client can upload scripts to a server. The server executes the scripts and sends the results back to the client. Utilizing Java's socket programming for communication