I have a web application which is written in Node JS, and now I came up to implement a payment gateway which doesn't support NodeJS. Although it supports PHP, Asp etc. I wanted to know if there is a way I can work this out. Is it possible to host Node and PHP application in the same server? Can we write microservice using RabbitMQ which will be a communication bridge between both NodeJS and PHP? Please suggest.