Saturday, 6 January 2018

iOS Dev here - looking for server side help - Is it possible to make multiple API calls on server side, and then return one response via Node?

Basically, when I make a call on iOS to my own server, I'd like the server to make multiple API calls, and then return all the data in one response to client.Example: If I was making a weather app, and I opened the app. I'd like the server to get data from yahoo weather, and then accuweather, combine the two results so that the unique data from both services are combined, and then once that happens, I'd like to send that JSON data to client side.Is something like this possible? I was told NodeJS can only make one call and then has to make a response? If so, can someone point me to a good tutorial? I'd really appreciate the help

Submitted January 06, 2018 at 01:47PM by random456321

No comments:

Post a Comment