Skip to content
Snippets Groups Projects
Commit 04e3a6e3 authored by Mugur Marculescu's avatar Mugur Marculescu
Browse files

Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2

Jayantkolhe patch 2 - Many documentation updates.
parents 6ef57ba3 a143af38
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,27 @@ of shared C core library [src/core] (src/core). ...@@ -18,10 +18,27 @@ of shared C core library [src/core] (src/core).
* NodeJS source code: [src/node] (src/node) * NodeJS source code: [src/node] (src/node)
* PHP source code: [src/php] (src/php) * PHP source code: [src/php] (src/php)
* C# source code: [src/csharp] (src/csharp) * C# source code: [src/csharp] (src/csharp)
* Objective-C source code: [src/objective-c] (src/objective-c)
Java source code is in [grpc-java] (http://github.com/grpc/grpc-java) repository. 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. Go source code is in [grpc-go] (http://github.com/grpc/grpc-go) repository.
#Documentation
You can find more detailed documentation and examples in the [grpc-common repository](http://github.com/grpc/grpc-common).
#Current Status of libraries
Libraries in different languages are in different state of development. We are seeking contributions for all of these libraries.
* shared C core library [src/core] (src/core) : Early adopter ready - Alpha.
* C++ Library: [src/cpp] (src/cpp) : Early adopter ready - Alpha.
* Python Library: [src/python] (src/python) : Early adopter ready - Alpha.
* Ruby Library: [src/ruby] (src/ruby) : Early adopter ready - Alpha.
* NodeJS Library: [src/node] (src/node) : Early adopter ready - Alpha.
* PHP Library: [src/php] (src/php) : Pre-Alpha.
* C# Library: [src/csharp] (src/csharp) : Pre-Alpha.
* Objective-C Library: [src/objective-c] (src/objective-c): Pre-Alpha.
#Overview #Overview
......
#Overview
This directory contains source code for shared C library. Libraries in other languages in this repository (C++, Ruby,
Python, PHP, NodeJS, Objective-C) are layered on top of this library.
#Status
Alpha : Ready for early adopters
#Overview
This directory contains source code for C++ implementation of gRPC.
#Status
Alpha : Ready for early adopters
...@@ -3,7 +3,7 @@ gRPC C# ...@@ -3,7 +3,7 @@ gRPC C#
A C# implementation of gRPC. A C# implementation of gRPC.
EXPERIMENTAL ONLY Status
----------------- -----------------
**This gRPC C# implementation is work-in-progress and is not expected to work yet.** **This gRPC C# implementation is work-in-progress and is not expected to work yet.**
......
# Node.js gRPC Library # Node.js gRPC Library
## Status
Alpha : Ready for early adopters
## Installation ## Installation
First, clone this repository (NPM package coming soon). Then follow the instructions in the `INSTALL` file in the root of the repository to install the C core library that this package depends on. First, clone this repository (NPM package coming soon). Then follow the instructions in the `INSTALL` file in the root of the repository to install the C core library that this package depends on.
......
# PHP wrapper for the GRPC interfaces.
#Overview
This directory contains source code for PHP implementation of gRPC layered on shared C library.
#Status
Pre-Alpha : This gRPC PHP implementation is work-in-progress and is not expected to work yet.
## LAYOUT ## LAYOUT
......
...@@ -3,6 +3,10 @@ gRPC Ruby ...@@ -3,6 +3,10 @@ gRPC Ruby
A Ruby implementation of gRPC. A Ruby implementation of gRPC.
Status
-------
Alpha : Ready for early adopters
INSTALLATION PREREQUISITES INSTALLATION PREREQUISITES
-------------------------- --------------------------
......
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