R
R
romany42014-08-23 17:20:21
PHP
romany4, 2014-08-23 17:20:21

How to organize messaging between different physical servers?

Prompt the most optimum technology of an exchange between servers.
Let me explain. There is a site-service. Any user can request information. Some of the information is located on another server where nodejs is running. So, how to organize messages between servers? So that each user receives exactly his own information (with the least delay) that he requested?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
Timur Shemsedinov, 2014-08-23
@romany4

ØMQ aka ZeroMQ
zeromq.org
https://www.npmjs.org/package/zmq
or other *MQ protocols/libraries, in general, this direction has many alternative solutions, but ZMQ is dearer and dearer to us

M
maxoot, 2014-08-23
@maxoot

Open the minimal API and get everything you need via json

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question