Skip to content
Snippets Groups Projects
Commit 97303a9d authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #585 from jayantkolhe/jayantkolhe-patch-1

Update README.md
parents 60220f2a 839ed107
No related branches found
No related tags found
No related merge requests found
......@@ -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 written on top
of shared C core library [src/core] (src/core).
* C++ source code: [src/cpp] (src/cpp)
* Python source code: [src/python] (src/python)
* Ruby source code: [src/ruby] (src/ruby)
* NodeJS source code: [src/node] (src/node)
* PHP source code: [src/php] (src/php)
* C# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment