You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: