Comunicatio between 2 web services (FREE TIER)

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.

Thank you very much in advance!

Hi Matias,

I think creating a service for each of these would be the simplest way to go about it.

Give it a try and let me know if you run into any problems.

Regards,

Matt

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.

Again, thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.