Skip to content

windperson/coscup2017_grpc_csharp

Repository files navigation

coscup2017_grpc_csharp

COSCUP 2017 C# gRPC client code

To build

  1. Install .net Core SDK 1.1: https://www.microsoft.com/net/core

  2. If you don't use git submodule which is supported on github, Remember to fork proto git repo under proto subdirectory.

  3. Generate C# code as the instructions reside in each proto git repo subfolder.

  4. Invoke dotnet build command.

To run

The easiet way is using Visual Studio Code's .net core debugging capability,

or build as a executable file then run with two command line arguments: remote_url and word_file_generate_path

About

COSCUP 2017 C# gRPC client code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages