I am trying to add newsfeeds to a node.js application using express.js and I cannot find a painless way to take the json model and turn it into an Atom or rss channel. The best solutions I came up with is to use the Xml library (also not very hot on node.js) or the EJS template and create it manually.
There seems to be a lot of code for parsing rss / atom in json, but not for going in the other direction. Did I miss something?
source share