plotsklapps on Nostr: As you know I'm building open source PWA Nostr client https://cosanostr.app Until now ...
As you know I'm building open source PWA Nostr client https://cosanostr.app
Until now I only connected to 1 relay, but I've just made a new relayPoolProvider connecting to:
final List<String> relaysList = <String>[
'wss://relay.damus.io',
'wss://relay.plebstr.com',
'wss://nostr.wine',
'wss://relay.nostr.info',
'wss://eden.nostr.land',
'wss://nostr-pub.wellorder.net',
'wss://nos.lol',
'wss://relay.snort.social',
'wss://relay.current.fyi',
'wss://brb.io',
];
What do you think? Is that overkill, should I just connect to 3-5 relays, or is more actually better?
Please let me know, or check out https://github.com/plotsklapps/cosanostr to contribute yourself :)
Until now I only connected to 1 relay, but I've just made a new relayPoolProvider connecting to:
final List<String> relaysList = <String>[
'wss://relay.damus.io',
'wss://relay.plebstr.com',
'wss://nostr.wine',
'wss://relay.nostr.info',
'wss://eden.nostr.land',
'wss://nostr-pub.wellorder.net',
'wss://nos.lol',
'wss://relay.snort.social',
'wss://relay.current.fyi',
'wss://brb.io',
];
What do you think? Is that overkill, should I just connect to 3-5 relays, or is more actually better?
Please let me know, or check out https://github.com/plotsklapps/cosanostr to contribute yourself :)