Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 564 Bytes

reactive-libraries.md

File metadata and controls

8 lines (6 loc) · 564 Bytes

Reactive libraries

Libraries for developing reactive applications.

  • Reactive Streams - Provide a standard for asynchronous stream processing with non-blocking backpressure.
  • Reactor - Library for building reactive fast-data applications.
  • RxJava - Library for composing asynchronous and event-based programs using observable sequences from the JVM.
  • vert.x - Polyglot event-driven application framework.