L
L
lxfr2017-05-30 15:51:27
JavaScript
lxfr, 2017-05-30 15:51:27

Is there a way to hide nodejs server address when requested from js client?

For example, can I use js / nodejs (as an option) to write such code, when connecting the client (js) to the server (nodejs), so that the client cannot get the server address (when opening the socket and emit-s)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Eremin, 2017-05-30
@lxfr

Intermediary. Then there will be a chain client-server-server.
The client will see the address of the intermediate server, but not yours.
As you understand, the task of the intermediary is simply to transfer messages from left to right and vice versa

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question