can i use the node js server to handle javascript client requests as an addition to the application that is already built in PHP?
If I'm using PHP to serve javascript pages to clients, can the javascript code use AJAX requests to access routes exposed from my node server?
The project that I'm adding some features (in Node.js and js) is already built with php.