There are separate nodejs applications running in the docker. There are separately working angular2 applications (docker -> nginx). The connection between them occurs with the help of ip & nginx-config.
Now the question is: is it possible to associate the socket.io with a nodejs server that is even on another machine (physically)?
I understand that there are many examples of working Angular2 & Nodejs + Socket.io. However, they all work on the same machine (in the same nodejs application). Is it possible to connect a client to a nodejs server (located on different machines) using socket.io?
allow-control-allow-origin- Vasily Barbashev