grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.51k stars 766 forks source link

Move node-client.js to avoid confusion. #1224

Closed sampajano closed 2 years ago

sampajano commented 2 years ago

The node-client.js is used to test the node server directly (without using Envoy proxy). Moving it to debugging/ folder to avoid confusion. :)

Fixes https://github.com/grpc/grpc-web/issues/1177