Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 493 Bytes

README.adoc

File metadata and controls

20 lines (12 loc) · 493 Bytes

RxJava Demo App

This app retrieves github user information (user info, followers and repositories).

The main goal is to illustrate how to use rjxava and how to parallelize tasks.

The app is still a work in progress and is not completely "reactive".

Stack

  • spring-boot 1.2.6

  • java 8

  • rxjava

Example

In the logs, you will notice that the 3 http requests are launched at the exact same time.