mirror of https://github.com/grpc/grpc-web.git
Mention Java in-process proxy is now "on hold". (#1208)
This commit is contained in:
parent
3102383234
commit
0fe8d4d586
|
|
@ -10,9 +10,6 @@ In the future, we expect gRPC-web to be supported in language-specific web
|
||||||
frameworks for languages such as Python, Java, and Node. For details, see the
|
frameworks for languages such as Python, Java, and Node. For details, see the
|
||||||
[roadmap](doc/roadmap.md).
|
[roadmap](doc/roadmap.md).
|
||||||
|
|
||||||
Java gRPC-web in-process proxy implementation is
|
|
||||||
in beta stage. For details, see [details](src/connector/README.md).
|
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
Eager to get started? Try the [Hello World example][]. From this example, you'll
|
Eager to get started? Try the [Hello World example][]. From this example, you'll
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
Java gRPC-web in-process proxy
|
(On Hold) Java gRPC-web in-process proxy
|
||||||
==============================
|
====================================================
|
||||||
|
|
||||||
|
### _(Development on the Java in-process proxy is On Hold. No active development or bug fixes is being done at this moment.)_
|
||||||
|
|
||||||
### Background & Motivation
|
### Background & Motivation
|
||||||
This project enables gRPC-web support in a Java Service that currently
|
This project enables gRPC-web support in a Java Service that currently
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue