Friday, September 20, 2013

Reactive Extensions

.NET Rocks!:
"Carl and Richard talk to Matthew Podwysocki about the latest news around Reactive Extensions. Matthew starts out talking about how Reactive Extensions has moved into open source in a big way, with lots of cross platform support 
- .NET, JavaScript, C++, Ruby, Python, even Java itself!"

RxJava @ GitHub, by Netflix



The reactive manifesto
  • react to events: the event-driven nature enables the following qualities
  • react to load: focus on scalability rather than single-user performance
  • react to failure: build resilient systems with the ability to recover at all levels
  • react to users: combine the above traits for an interactive user experience

No comments: