phoenix-dataplane / phoenix

Phoenix dataplane system service
https://phoenix-dataplane.github.io
Apache License 2.0
50 stars 9 forks source link

Add an RPC echo example #227

Closed Romero027 closed 1 year ago

Romero027 commented 1 year ago

Why are these changes needed?

Created a new example for the upcoming workshop demo

Romero027 commented 1 year ago

cc @crazyboycjr

crazyboycjr commented 1 year ago

Maybe we can merge rpc_hello and rpc_echo into one. I think rpc_echo is used widely in gRPC's examples, so we can use rpc_echo as the name. Under this example, we have client.rs, server.rs, and frontend.rs, and a README.md. You can also update all reference to rpc_hello and to rpc_echo in the doc and README accordingly.

crazyboycjr commented 1 year ago

LGTM, thanks!