Intercommunication between nodejs processes
Clash Royale CLAN TAG#URR8PPP
Intercommunication between nodejs processes
I'm working with two independent nodejs processes, the first one is an server over TCP, and the second is an express app that listen for HTTP requests.
My problem is how can i handle the communication between those two processes?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.