Max writes:
[quote:]We are working on allowing asynchronous requests as well. [/quote]
This is great news. I'm trying to build an app that requires similar functionality to what Arbab mentions, above. It seems that the setTimeout function is not available in server code and that's a shame. I've had to (hopefully temporarily) work around this by sending pings often to the server to see if there's been any updates to pass along to my users.
This is a "must have" feature for developers that have any sort of "live" activity going on between two or more app users.
So, in short, I just wanted to give a "thumbs up" or a "bump" or whatever you'd like to call it to this post.