I am implementing long polling in nodejs and the google api sends complex json object after every request. How can i quickly find the difference between the resource queried now vs the previous one. This way I can get the latest resource and perform my operations.
via uman
No comments:
Post a Comment