Files
tonic/tonic-examples
..
2019-09-29 19:45:05 -04:00
2019-09-29 18:33:28 -04:00
2019-09-30 14:05:37 -04:00
2019-09-29 18:33:28 -04:00
2019-09-29 19:45:05 -04:00
2019-09-29 21:01:29 -04:00

Examples

Set of examples that show off the features provided by tonic.

Helloworld

Client

$ cargo run --bin helloworld-client

Server

$ cargo run --bin helloworld-server

RouteGuide

Client

$ cargo run --bin routegide-client

Server

$ cargo run --bin routeguide-server

Authentication

Client

$ cargo run --bin authentication-client

Server

$ cargo run --bin authentication-server

Load balance

Client

$ cargo run --bin load-balance-client

Server

$ cargo run --bin load-balance-server

TLS (rustls)

Client

$ cargo run --bin tls-client

Server

$ cargo run --bin tls-server