blokur / grpc-ts-demo

🎵 Demo of a gRPC client and server implementation in TypeScript
MIT License
124 stars 30 forks source link

can this demo running in the browser? #11

Open nkbai opened 3 years ago

nkbai commented 3 years ago

It's ok when I test this project using yarn start xxx. then I want to use the client in the browser, but I get this error:

SyntaxError: The requested module '/src/proto/songs_grpc_pb.js' does not provide an export named 'SongsClient'