-
Notifications
You must be signed in to change notification settings - Fork 9
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
Pure JS client #16
Comments
@jb55 please let me know if you need any help or information regarding this. |
We would love to integrate a pure-js commando client in the Alby extension. Using a JS client and a websocket proxy seems an ideal solution that would "just work". However, I haven't been able to get @ShahanaFarooqui 's client to work yet. Also, the code feels a bit like dark magic, would be great to have some references about the steps taken during the handshake process. |
@ShahanaFarooqui what issue are you referring to? commando is enabled by default in v0.12.x so you won't need the commando plugin anymore. |
I have a pure JS version working in the browser with no polyfills necessary available here if it is useful for anyone. One caveat is that it uses Big Integer literals which cannot be polyfilled for older browsers but according to caniuse it has 94% coverage for users. |
@ShahanaFarooqui wrote a pure-js commando client here: https://github.com/ShahanaFarooqui/CLN-Commando-Client
I should just switch to that instead of using the C wasm build.
The text was updated successfully, but these errors were encountered: