aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-01-21 10:36:12 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-02-03 15:58:31 -0800
commit94c365326ae7b8c11c3310555330e5671810b3ff (patch)
treeb705fa0aef6d1ba340b9455ba4aaf72e1b00848c /src/csharp/README.md
parent922d8a69a4999bdc46d232b0695db754281ed0fd (diff)
added grpc extension library for C#
Diffstat (limited to 'src/csharp/README.md')
-rwxr-xr-xsrc/csharp/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/csharp/README.md b/src/csharp/README.md
new file mode 100755
index 0000000000..dac5a4550b
--- /dev/null
+++ b/src/csharp/README.md
@@ -0,0 +1,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, because there have been issues building
+ the gRPC C core library under Windows.
+- 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#.
+