views:

271

answers:

1

Microsoft have published Reactive Extensions for Javascript. It should make asynchronous (and event based) web-ui programming easy.

There are currently a video and some tutorials. But how cool UI could I really make? Do you know any good demos or code examples using rx.js?

+1  A: 

As Erik Meijer said, the .NET version of the javascript Rx Framework is very similar, just throw out Interfaces and Multi-threading and you can basically use the same samples.

Here is a list of 101 samples for Rx: http://rxwiki.wikidot.com/101samples

emalamisura