javascript - How to communicate Catalyst and Node.js -


how communicate between node.js , perl catalyst applications?

i have 2 applications: node.js , catalyst.

now these 2 applications communicate each other http. it's not fast , secure way.

what way communicate its, local unix socket or other?

what perl modules , node.js packages can use?

a couple of options:

zeromq - node binding; perl binding

dnode - perl dnode protocol support

lots of possibilities message transport (e.g. rabbitmq) , network communication... sure nice stick http (on top of ssl/tls) of support come it.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -