For payments you might consider node-stripe - https://github.com/abh/node-stripe.git Also checkout this nice tutorial on setting it all up - http://www.catonmat.net/blog/stripe-payments-with-node/
On Thu, May 17, 2012 at 7:24 AM, Dave Clements <[email protected]>wrote: > if its orders/payment data you might want to go with couchdb. If mongodb > crashed theres a fair chance of data loss because it operates in RAM and > periodically stores to disk. In this case that loss can be directly mapped > to financial loss. There are ways to set mongo up that gaurd against this, > but thats beyond the scope of the module > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
