7

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?

Ruben Bartelink
  • 59,778
  • 26
  • 187
  • 249
Tuomas Hietanen
  • 4,650
  • 2
  • 35
  • 43

1 Answers1

4

I think this game demo is pretty cool http://juhajasatu.com/worzone/. The source is available on GitHub and the author has a few posts on JavaScript RX on his blog .

ponzao
  • 20,684
  • 3
  • 41
  • 58