Long Polling with Ember/Ember Data?

I asked this question on SO a few minutes ago.

I’m not asking for a solution here, just maybe drawing your attention to the fact that I couldn’t find any kind of documentation about it (hence asking the question). It strikes me as something that might be something many Ember applications will want to do.

So I guess I do have a couple of questions.

I’m guessing long-polling should/would be part of the data-adapter rather than EmberJS itself, so is this something that is a part of the default REST adapter, something there is a plugin for (or does one need creating?) or something that should be done in raw JS?

2 Likes

Hi,

I’m interesting in this - long polling using EmberJS. Is this something that can be achieved using Ember data and a REST API ?