Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Поддержка gRPC-web #6

Open
ddmitr opened this issue Mar 28, 2024 · 0 comments
Open

Поддержка gRPC-web #6

ddmitr opened this issue Mar 28, 2024 · 0 comments

Comments

@ddmitr
Copy link

ddmitr commented Mar 28, 2024

В документации указано, что есть поддержка gRPC-web. https://russianinvestments.github.io/investAPI/api_protocols/
Подскажите, есть ли пример как работать из браузера напрямую с invest-public-api? Или мне в любом случае нужен прокси?

Начал читать мануал с офф сайта. Нагенерил Protobuf Messages и Service Client Stubs:

protoc -I=investAPI/src/docs/contracts/ investAPI/src/docs/contracts/*.proto \
  --js_out=import_style=commonjs,binary:src/generated/ \
  --grpc-web_out=import_style=typescript,mode=grpcweb:src/generated/

protoc -I=investAPI/src/docs/contracts/google/api investAPI/src/docs/contracts/google/api/*.proto \
  --js_out=import_style=commonjs,binary:src/generated/google/api/ \
  --grpc-web_out=import_style=typescript,mode=grpcweb:src/generated/google/api/

Пробую подключиться из Vuejs app напрямую, но пока не особо понимаю мои следующие шаги, так как с gRPC особо не работал до этого.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant