Lines Matching +full:objective +full:- +full:c
1 # gRPC in 3 minutes (Objective-C)
7 …n obtain the latter by following [these setup instructions](https://github.com/grpc/homebrew-grpc).
9 ## Hello Objective-C gRPC!
11 Here's how to build and run the Objective-C implementation of the [Hello World](../../protos/hellow…
19 $ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc
21 $ git submodule update --init
24 Change your current directory to `examples/objective-c/helloworld`
27 $ cd examples/objective-c/helloworld
32 the C++ server in this repository:
53 The code sends a `HLWHelloRequest` containing the string "Objective-C" to a local server. The server
58 …ind a more detailed tutorial in [gRPC Basics: Objective-C](https://grpc.io/docs/tutorials/basic/ob…