node-xmlrpc icon indicating copy to clipboard operation
node-xmlrpc copied to clipboard

Existing server

Open mathieug opened this issue 11 years ago • 0 comments

I have a Node.js server (which uses express.js) and I need my server to be able to receive method calls and respond with method responses on a route /callback (myserver.tld/callback). I don't want to listen another port. How do I achieve this?

mathieug avatar Jan 13 '15 09:01 mathieug