You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use your JavaScript gRPC client directly from a browser. That would support single page applications that only need to contact the EventStoreDB.
I have tried to use your existing NodeJS client from the browser with an Envoy proxy. My initial attempts failed (probably because your existing NodeJS client works with gRPC and not with gRPC-web; I do not know much about gRPC.)
I would like to use your JavaScript gRPC client directly from a browser. That would support single page applications that only need to contact the EventStoreDB.
I have tried to use your existing NodeJS client from the browser with an Envoy proxy. My initial attempts failed (probably because your existing NodeJS client works with gRPC and not with gRPC-web; I do not know much about gRPC.)
My current workaround involves using Koa as an HTTP proxy/adapter like this:
That works and yet I would like to make gRPC-web calls directly, because I think that provides a cleaner implementation.
The text was updated successfully, but these errors were encountered: