Skip to content

matteocavestri/tonic-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust tonic calculator

This repo helped me learn how to use tonic in rust. The repo is inspired by Dreams Of Code. To run the gRPC server, execute

cargo run --bin server

To implement a frontend, use the one made by Dreams Of Code:

git clone https://github.com/dreamsofcode-io/grpcalculator-web.git
cd grpcalculator-web
npm i
npm run dev

The web server is reachable at port '5173'

About

Rust tonic learning repo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages