how to build, compile, package, and run the server ▸ Reference command for how to build, compile, and run the client ▸ src/protos/* ▸ Protobuf structured data and GRPC server definitions ▸ src/Service/* ▸ Auto-generated C# classes from the Protobuf definitions
GRPC server ▸ Docker definition files, by default runs three server nodes available on localhost:{50051-50053} ▸ src/client/* ▸ Sample GRPC client talking to the server
and get some keys 2. BONUS: Add a new RPC call to the hash table server that lists all the keys it is currently holding 3. BADASS BONUS: Design and implement a way to partition the data evenly among your three nodes 4. GOD MODE: Modify your hash table server to be fault-tolerant to losing a node ▸ https://github.com/DotNetMagicNight/MagicNightDotnetCoreAndDocker ▸ Chat: https://gitter.im/DotNetMagicNight/dotnetcore-docker