Why is the setup perfect for this?
Discussion
its designed for realtime use cases. you can query nostrdb 100s,1000s of time per frame with minimal impact on fps. so each frame can be doing nostrdb queries and listening to incoming nostr notes on its internal threadpool without affecting fps.
hmmm. maybe a nostrdb data storage plugin? and/or a networking plugin? seems like each could be a feature flag if designed right.