I need a simple JS nostr in-memory event store. Filters should be supported. e.g. events = eventstore.req({kinds: [1,6], authors: [pubkey1, pubkey2]})
window.nostrdb is good, but I want it to work in nodejs.
nostrify/NSet is good, but I need it to understand the filter API.
There is a test relay, in-memory (dunno the name), but it listens on a port, I don't need that.
Any ideas?
I am kind of clueless where I should seek such information, but that's a story for another day.