Hello, I have a project that consists of a WebRTC signaling server (openEasyRTC) and a React application, which also includes a server (boardgame.io). Therefore, I use 3 ports that communicate with each other (between the React app and both servers).
Can I create a web service for each component and have the 3 web services communicate with each other?
I tried running the 3 processes with npm-run-all in a single web service, specifying the port of the React app (which would be the main view), but I couldn’t get it to work.
Hi tocayo (as we say in Argentina to someone who haves our same name) thank you so much for answering!!
I ended up connecting my webservices without any problem! Thanks for answering!
I will check later if I can do the other option (connecting to the server that runs in the same service) I think I need to use 0.0.0.0:PORT.