// ravi
unread,Feb 27, 2015, 4:54:12 PM2/27/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
So I have this very elementary web server built using Node+Express and I need to save request data, in a structured way, to a database. I could use Winston or some such structured logger, or I could write something that parses the URL query parameters and saves them to a DB of my choice, but before I go down that route, I wonder: there must be some module that implements something like this already? Any suggestions?
Thank you,
—ravi