0

I just look at all available API's in here.

Since there are so many API provide content which updated regularly (such as latest news), how am I supposed to get the content as soon as it's updated or new content available?

As far as I know, only Long Polling provides regular checking, is there another technique for update check?

Sorry about my poor english.

Martin54
  • 1,349
  • 2
  • 13
  • 34
Mayfield Four
  • 95
  • 3
  • 9

1 Answers1

0

The only way to get realtime updates on content is if the API provided a push notification to your server, and that will be dependent on the API that you are implementing. Most will require you to poll for new data.

doublesharp
  • 26,888
  • 6
  • 52
  • 73