hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
295 stars 127 forks source link

`grpc-web` support #3770

Open janaakhterov opened 2 years ago

janaakhterov commented 2 years ago

As of right now there is no grpc-web support in the Hedera Services nodes which requires anyone using Hedera Hashgraph in a web browser to either host their own envoy-proxy or (as the SDK uses right now) use https://grpc-web.myhbarwallet.com/ The issue is that other projects should not rely on MyHbarWallet's public grpc-web endpoint, and I feel those projects shouldn't require hosting their own envoy-proxy either. The solution would be for Hedera nodes to natively support grpc-web.

AdrianKBL commented 1 year ago

Hello @danielakhterov

I'm gonna link you here our Issue, since its related with this... and we're have too many troubles in our Environment Production.

https://github.com/hashgraph/hedera-sdk-js/issues/1318

Thanks.