aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/README.md
blob: 5b56303c14748609abc0242e12d5997305dbe4c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
gRPC C#
=======

A C# implementation of gRPC, Google's RPC library.

EXPERIMENTAL ONLY
-----------------

**This gRPC C# implementation is work-in-progress and is not expected to work yet.**

- The implementation is a wrapper around gRPC C core library
- Code only runs under mono currently, building gGRPC C core library under Windows
  is in progress.
- It is very possible that some parts of the code will be heavily refactored or
  completely rewritten.

CONTENTS
--------

- ext:
  The extension library that wraps C API to be more digestible by C#.