Skip to content

Commit 130ca36

Browse files
buserpJon Wayne Parrott
authored andcommitted
Add message about transcoding to Endpoints Bookstore README. (GoogleCloudPlatform#1087)
1 parent 3f5de8c commit 130ca36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

endpoints/bookstore-grpc/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ gRPC libraries and tools are installed, run:
4848

4949
python -m grpc.tools.protoc --python_out=generated_pb2 \
5050
--grpc_python_out=generated_pb2 --proto_path=. bookstore.proto
51+
52+
## Running the server with gRPC <-> HTTP/JSON Transcoding
53+
54+
Follow the instructions for [Deploying a service using transcoding](https://cloud.google.com/endpoints/docs/transcoding#deploying_a_service_using_transcoding).

0 commit comments

Comments
 (0)