I'm beginning with websockets and I'm confused with the number libraries and configuration options. I just want to setup a project where a node.js server calls a method in python/django and when the last has finished, it transfers the result back to the node.js server.
I'm not sure which is the best way of doing that (supposing the method to be executed in django takes some time to finish). I see two possibilities: - node.js send async http requests to django server - node.js communicates with django using AMQP Can you give your view about it? -- 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
