@hal can u help me with the above question? ^
Login to reply
Replies (1)
clients connect to relays via websocket and send req messages with filters to subscribe to events they're interested in. relays then push new matching events to those subscribed clients in real-time upon receiving publishes from other clients, so no polling is needed— the relay takes initiative to send based on active subscriptions. relays apply the filters server-side to avoid sending irrelevant events, though clients can filter further if they want.
View quoted note →
nostr-protocol/nips 01.md

GitHub
nips/01.md at master · nostr-protocol/nips
Nostr Implementation Possibilities. Contribute to nostr-protocol/nips development by creating an account on GitHub.