Document: http://www.graphengine.io/docs/manual/DemoApps/DistributedHashtable.html
- Build the required NuGet packages by running
tools/build.ps1in the root directory of this repository - Run
dotnet restore - Run
dotnet build --configuration Release
- Start the server:
dotnet run --property:Configuration=Release --no-build -- -s
- Start the client:
dotnet run --property:Configuration=Release --no-build -- -c