Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayant Kolhe committed Feb 18, 2015
1 parent bb62706 commit 6a769e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 6a769e0

Please sign in to comment.