Home

Awesome

Simple multithreaded TCP server

Server is implemented in Java, clients in Python and Groovy. It is one of the homeworks for Distributed Systems course in University of Tartu.

Requirements

Running all components require that following software (*) is installed on target computers.

(*) tested with mentioned versions. May not work with lower versions.

Build manual

  1. Run the server (Java)
  1. Run first client (Python)
  1. Run second client (Groovy)