I am completely new to node.js
I am web developer and I already have a jquery mobile webpage. My team is moving the server from php (same server as my page) to node.js and I have a problem due to cross domain.
How should I tell them to configure node server to work in the same port as apache? Now apache is running on 80 and node.js in 8080 but we want to change the second one to be able to work with my page.
If this is not possible, would be possible to return my webpage from node.js server? How should we do this? Webpage just depends on the server to get data.