In a node.js application, can I call a function from a program running on another server?
I have a site built with node.js. I've also written another node.js application that will send a discord message upon a particular action in the site. I want to run the second application on a different server. Is there a way to call a function from the second server from the site?
RE: Musing Posts