PHP call nodejs from another server

0

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?

    
asked by anonymous 18.05.2018 / 16:17

0 answers