node.js / ruby integration with beanstalkd
问题 This is related to another question specific to payment processing, and that is my example use case, but I was considering trying to integrate node.js and ruby on the same server using beanstalkd. Basically, I want to use node.js as my main web server, but when I need to do some payment processing, I'd like to use something robust and stable like ruby. I was considering trying to use beanstalkd as a way to have node.js queue up payment processing jobs for ruby to perform in the background.