Comet without AJAX

Posted by Carl Whalley on Stack Overflow See other posts from Stack Overflow or by Carl Whalley
Published on 2010-03-22T15:40:17Z Indexed on 2010/03/22 15:41 UTC
Read the original article Hit count: 374

Filed under:
|

Suppose I only had the regular J2SE http libraries but wanted to write a client for comet, say in Android etc, but not limited to that, i.e. not using a WebView. Since there's no browser I'm assuming you'd have to open the long term connections yourself ... is this feasible?

© Stack Overflow or respective owner

Related posts about comet

Related posts about android