Better support for following the updates feed
Opened this issue · 0 comments
mikepb commented
The node version of the library uses follow to implement reliable feed subscription. I would like to remove this dependency to allow clerk to be fully supported across node and the browser.
The follow feed listener is designed at a higher level of abstraction than the clerk library. It may be better to create an extension library to keep the core library tight.
- Determine the minimum necessary functionality for reliable subscriptions to the updates feed.
- Design an API suitable for clerk or as an extension.
- Code and test the stuff.