Messaging app based on gRPC.
Authors: Mikita Sazanovich, Daniil Smirnov, Egor Bogomolov.
First, assemble the jar file:
./gradlew jar
To run the instance execute:
java -jar ./build/libs/protobuf-1.0-SNAPSHOT.jar
Run the first instance and 'Become server', then the second one and 'Connect to someone'.