Skip to content

Dietr1ch/tonic-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tonic’s Hello World Example

This is the example from hyperium/tonic:examples/src/helloworld

To run, in two separate terminals, do:

cargo run \
  --bin 'server' \
  -- \
  --address '[::1]:50061'

and

cargo run \
  --bin 'client' \
  -- \
  --server_address 'http://[::1]:50051' \
  --name "World"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors