thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.06k stars 47 forks source link

feat: Add gRPC example #159

Closed trezm closed 4 years ago

trezm commented 4 years ago

Also fixes an issue with double-calling method agnostic middleware. I know this seems like I'm sneaking it in, but really I noticed it as I was working on this and don't feel like splitting it into two PRs.

The gRPC portion is testable using the tonic helloworld-client