restatedev / restate

Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.
https://docs.restate.dev
Other
1.63k stars 37 forks source link

Investigate grpc-web protocol #58

Closed slinkydeveloper closed 1 year ago

slinkydeveloper commented 2 years 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

slinkydeveloper commented 2 years ago

Also see https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md

slinkydeveloper commented 2 years ago

Also https://github.com/grpc/grpc/issues/30565