Closed slinkydeveloper closed 1 year ago
We should check whether it makes sense for our endpoint to support directly the grpc-web protocol. Tonic has a module for that, perhaps that could be our starting point? https://github.com/hyperium/tonic/tree/master/tonic-web
Also see https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md
Also https://github.com/grpc/grpc/issues/30565
We should check whether it makes sense for our endpoint to support directly the grpc-web protocol. Tonic has a module for that, perhaps that could be our starting point? https://github.com/hyperium/tonic/tree/master/tonic-web