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
Post a Comment