How to use Rx to asynchronously query Twitter search ?

Posted by Jalfp on Stack Overflow See other posts from Stack Overflow or by Jalfp
Published on 2010-05-05T11:55:54Z Indexed on 2010/05/05 11:58 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

Hi,

I'm thinking about using Rx (Reactive Framework) in order to asynchronously query Twitter search API on a given keyword. The sample app I'd like to build should be able to display new tweets in the console.

Do you think it is possible to do that ? Would it be simpler than using standard programming techniques ?

How would you do that ?

Thank ! Jeremy

© Stack Overflow or respective owner

Related posts about rx

Related posts about reactive