Closed wurikiji closed 1 year ago
This package only implements gRPC server, not gRPC-Web server. If you want to use gRPC-Web you need a proxy which would convert the traffic from gRPC-Web to gRPC. See for example how we do it to run tests (we proxy through envoy
)
https://github.com/grpc/grpc-dart/blob/master/test/grpc_web_server.dart