…s that the KVServer accepts the KVClient, KVServer, KVECS ports as CLI parameters when starting the jar, and the 3 different servers will be instantiated according to those parameters. + A KVServer class is implemented that encapsulates the three Servers which serve the different requests coming to the KVServer.
…s that the KVServer accepts the KVClient, KVServer, KVECS ports as CLI parameters when starting the jar, and the 3 different servers will be instantiated according to those parameters. + A KVServer class is implemented that encapsulates the three Servers which serve the different requests coming to the KVServer.
fixes #112, fixes #136, refers to #124