UNPKG

nostr-relaypool

Version:

A Nostr RelayPool implementation in TypeScript using only nostr-tools library as a dependency.

6 lines (5 loc) 248 B
/* This file contains a Nostr subscription cache that can be paused, continued and resubscribed. As there can be lots of data generally, it's important to think about the right kind of batching. It's hard to do it together with automatic */