#Proto RPC services
6 messages · Page 1 of 1 (latest)
I could be wrong, but my understanding is that protobuf services are just an http service with a protobuf message in the payload. So you could use e.g. axum for your server and just parse the protobuf messages in the axum http handlers, right?
Yeah that's what I was looking for. I didn't see anything mentioned in the "services" section of the prost documentation but it looked relatively easy to implement.
I might still do some, I have an idea for a way to turn proto services into a REST API with some options on the service which could be useful