I have a PHP application that runs on a server. Now, this application needs some data that is generated by a nodejs script that stays on another server.
Is it possible through PHP to call this script on another server, pass parameters and wait for feedback?