grpc-web
grpc-web copied to clipboard
Client interceptors [feature request]
Grpc-web team at Google recently announced support for interceptors. https://grpc.io/blog/grpc-web-interceptor/
Are there any plans to implement such feature for this library?
Not that I know. We encourage new users to use the Google client implementation. We welcome contributions though :smile:.
Google implementation is browser-only (and will remain that way) and doesn't support SSR and isomorphic web applications - when first loaded page is generated on the server side (Node.js) and all following pages are rendered in the browser as normal SPA.