I have two nodejs(serve) in the same server running at same time, I want to call a function from one to another,
they are running with forever, it is like running normally like nodejs file.js
What can I do?
Things that I think I can do...
1.- create a server side in each with udp, and client side in each? and call the function when it requires
2.- join two server in one file and run it... but i don't want it
My question is what can I do?, is there another option for this?, I want different options from mine...?