nostr-client / pool

A zero-dependency, no-build nostr relay pool. This page subscribes to the latest kind 1 notes, live:

import { defaultPool } from 'https://nostr-client.github.io/pool/pool.js'

defaultPool().subscribe([{ kinds: [1], limit: 15 }], {
  onEvent: (event, relay) => render(event),
})

connecting…