regtest-workbench icon indicating copy to clipboard operation
regtest-workbench copied to clipboard

Feature request: Native web-socket plugin for Core Lightning

Open cmdruid opened this issue 2 years ago • 0 comments

The dynamic methods, hooks, and subscription interface for Core Lightning is begging for a native web-socket plugin. The native plugin could hook into core lightning directly, and forward all method calls and events over web-sockets: even custom events!

Also, with proper CORS configuration, you could have client-side javascript use their native web-socket libraries to connect to the web-socket interface of a lightning node, no intermediary web server required!

cmdruid avatar May 30 '22 19:05 cmdruid