lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.2k stars 482 forks source link

WebSocket API #1649

Open eukreign opened 5 years ago

eukreign commented 5 years ago

Expose all of the current daemon commands via an asynchronous WebSocket API. Essentially this will be almost identical to the current HTTP based JSON-RPC API but over WebSockets where it can be truly asynchronous.

All this already exists in new sdk, so this is just a matter of porting it over to old sdk

tzarebczan commented 5 years ago

We need better notifications about publish process + reflection - both should be solved by this epic, but if there's anything we can do before that, the better.

lyoshenka commented 5 years ago

next step: @eukreign will be making a list of what needs to happen. then we will review together