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.46k stars 34 forks source link

Investigate grpc-web protocol #58

Closed slinkydeveloper closed 1 year ago

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

slinkydeveloper commented 1 year ago

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

slinkydeveloper commented 1 year ago

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