I tried to connect to the libra node through grpc-web:
cost client = new AdmissionControlPromiseClient( "http://ac.testnet.libra.org:8000", null, null);
And I got this response:
Maybe someone knows why it happened or has good working client Js examples?