Open mathieug opened 9 years ago
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?
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?