Rails/Node.js interaction
- by lpvn
I and my co-worker are developing a web application with rails and node.js and we can't reach a consensus regarding a particular architectural decision.
Our setup is basically a rails server working with node.js and redis, when a client makes a http request to our rails API in some cases our rails application posts the response to a redis database…