Reactive

Programming Talks tagged with: "Reactive"

Functional Reactive Programming with RxJava

Functional Reactive Programming with RxJavaRxJava is a library for composing asynchronous and event-based programs by using observable sequences for the Java VM. It supports Java 6+, Clojure, Scala, Groovy, JRuby, and Java 8 lambdas. In this session, learn how the Netflix API uses RxJava to implement highly concurrent Web services against asynchronous datasources without ...