mirror of https://github.com/grpc/grpc.io.git
About and FAQ tweak re. supported languages
This commit is contained in:
parent
34b6670aef
commit
6be9777e67
|
|
@ -33,7 +33,7 @@ Check out what people are saying below.
|
||||||
|
|
||||||
{{< testimonials >}}
|
{{< testimonials >}}
|
||||||
|
|
||||||
## Officially supported platforms
|
## Officially supported languages and platforms
|
||||||
|
|
||||||
{{< supported-platforms >}}
|
{{< supported-platforms >}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,9 @@ Google has been using a lot of the underlying technologies and concepts in gRPC
|
||||||
|
|
||||||
### Which programming languages are supported?
|
### Which programming languages are supported?
|
||||||
|
|
||||||
C++, Java (including support for Android), Objective-C (for iOS), Python, Ruby, Go, C#, Node.js are in GA and follow semantic versioning.
|
See [Officially supported languages and platforms][].
|
||||||
|
|
||||||
|
[Officially supported languages and platforms]: /about#officially-supported-languages-and-platforms
|
||||||
|
|
||||||
### How do I get started using gRPC?
|
### How do I get started using gRPC?
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
<!-- Generated using the data in data/platforms.yaml -->
|
|
||||||
{{ $platforms := site.Data.platforms }}
|
{{ $platforms := site.Data.platforms }}
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -10,7 +9,7 @@
|
||||||
Platform
|
Platform
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
Compilers
|
Compilers / SDK
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue