Lines Matching refs:world
18 This creates the scripts `hello-world-server`, `hello-world-client`,
19 `hello-world-tls-server`, `hello-world-tls-client`,
24 For example, to try the hello world example first run:
27 $ ./build/install/examples/bin/hello-world-server
33 $ ./build/install/examples/bin/hello-world-client
38 Running the hello world with TLS is the same as the normal hello world, but takes additional args:
40 **hello-world-tls-server**:
47 **hello-world-tls-client**:
56 …ipt to generate self-signed certificates for grpc-java including the hello world with TLS examples:
93 #### Hello world example with TLS (no mutual auth):
97 ./build/install/examples/bin/hello-world-server-tls mate 50440 ~/Downloads/sslcert/server.crt ~/Dow…
99 ./build/install/examples/bin/hello-world-client-tls mate 50440 ~/Downloads/sslcert/ca.crt
102 #### Hello world example with TLS with mutual auth:
106 ./build/install/examples/bin/hello-world-server-tls mate 54440 ~/Downloads/sslcert/server.crt ~/Dow…
108 ./build/install/examples/bin/hello-world-client-tls mate 54440 ~/Downloads/sslcert/ca.crt ~/Downloa…
133 $ bazel build :hello-world-server :hello-world-client
135 $ bazel-bin/hello-world-server
137 $ bazel-bin/hello-world-client