the first approach is like using this client https://snowcait.github.io/nostr-playground/ input a relay and get events and
than produce the rss feed somehow, the second approach is a relay itself?
the first approach is like using this client https://snowcait.github.io/nostr-playground/ input a relay and get events and
than produce the rss feed somehow, the second approach is a relay itself?
Nope. The main difference is that option 1 would write rss XML files whilst option 2 would generate the RSS XML as a buffered content on the go to serve it.
In no case the app would be a relay itself and I'm not sure it would be a good option. I'd keep the relay as a separated app
The playground can be helpful I guess to check the data structure you're likely to receive and prepare an implementation of your feature ( transforming the raw data to some RSS XML content )
my pretty poor attempt 😔 it's a manual thing https://nostrools.netlify.app/nostrools
It seems nice solution