Looks good for Nostr, maybe, but what's the advantage over async generators + streams? It seems wrong there's no ReadableStream you can get from this.

Reply to this note

Please Login to reply.

Discussion

With observables you have a lot more flexibility to do really cool stuff (specially with all the useful rxjs operators), I managed to avoid a lot of state and imperative code on my code base, here's a simple nostrify wrapper example