spa: relaypool-singleton via applesauce-relay
This commit is contained in:
parent
ec9d361a13
commit
6f9f53c561
|
|
@ -0,0 +1,7 @@
|
|||
import { RelayPool } from 'applesauce-relay';
|
||||
|
||||
/**
|
||||
* Singleton-Pool für alle Nostr-Requests der SPA.
|
||||
* applesauce-relay verwaltet Reconnects, Subscriptions, deduping intern.
|
||||
*/
|
||||
export const pool = new RelayPool();
|
||||
Loading…
Reference in New Issue