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
core-lightning introduced websockets to talk the node using --experimental-websocket-port=PORT flag. Their unix sockets is something very hard to get it working with docker. Maybe websockets should be easy to add?
Their gRPC is too incomplete to be able to perform any meaningful dev work and REST is managed in-house and uses external libraries which I am not a fan of. Maybe websockets could be the way to go until gRPC gets developed.