Can Nodejs handle a .php url file request

Good day Wappler family. I want to rebuild an existing website using Nodejs as the server
model. I have remote devices that upload values to be handled by a php script.
Is it possible to setup Nodejs to handle a .php URL file request with its parameters
as a .ejs file request.

Have a look at this discussion:


and this one:
https://stackoverflow.com/questions/18730008/can-php-and-node-js-run-on-the-same-server#:~:text=4%20Answers&text=Yes%2C%20and%20yes.,listen%20on%20the%20same%20port.