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

Switch to grpc-web #4

Closed
taythebot opened this issue Sep 6, 2021 · 1 comment
Closed

Switch to grpc-web #4

taythebot opened this issue Sep 6, 2021 · 1 comment

Comments

@taythebot
Copy link

I'm trying to make a desktop Sliver UI in Tauri, but the grpc-js package is not compatible because it relies on the native dns module from Node.js. The package grpc-web is the same implementation but made to be compatible with browsers.

@moloch--
Copy link
Owner

moloch-- commented Sep 6, 2021

You'll need to create your own fork to support grpc-web, the sliver-script project is designed for native functionality that gprc-web cannot provide since it runs in a browser.

@moloch-- moloch-- closed this as completed Sep 6, 2021
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

2 participants