aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jayant Kolhe <jkolhe@google.com>2015-02-18 14:04:29 -0800
committerGravatar Jayant Kolhe <jkolhe@google.com>2015-02-18 14:04:29 -0800
commit6a769e0f52e57f6871f1146489e33765e7d9aa03 (patch)
treebcf72124eea1d05d8c0d8e94217e8f9205273605 /README.md
parentbb62706f8428357d3f96d6de9e65c8fc6b439b9c (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99e19db337..ab7fc083fd 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,22 @@ Copyright 2015 Google Inc.
See grpc/INSTALL for installation instructions for various platforms.
+#Repository Structure
+
+This repository contains source code for gRPC libraries for multiple lanugages.
+
+ * C source code: [src/core] (src/core)
+ * C++ source code: [src/cpp] (src/cpp)
+ * Python source code: [src/python] (src/python)
+ * Python source code: [src/ruby] (src/ruby)
+ * Ruby source code: [src/node] (src/node)
+ * PHP source code: [src/php] (src/php)
+ * Python source code: [src/csharp] (src/csharp)
+
+Java source code is in [grpc-java] (http://github.com/grpc/grpc-java) repository.
+Go source code is in [grpc-go] (http://github.com/grpc/grpc-go) repository.
+
+
#Overview