Reactive Programming: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
=Reactive System Tenets according to the Reactive Manifesto=
=Reactive System Tenets according to the Reactive Manifesto=


* '''Message-driven'''
* '''Responsiveness''' refers to the value brought by such systems.
* '''Resilience'''
* '''Resilience''' refers to form in which reactive systems are delivered.
* '''Elasticity'''
* '''Elasticity''' refers to form in which reactive systems are delivered.
* '''Responsiveness'''
* '''Message-driven''' refers to the means used to implement reactive systems.


=Companies=
=Companies=

Revision as of 18:04, 20 July 2018

Internal

Overview

The underlying principles of reactive applications inform overall system design.

Message-driven runtime.

Reactive System Tenets according to the Reactive Manifesto

  • Responsiveness refers to the value brought by such systems.
  • Resilience refers to form in which reactive systems are delivered.
  • Elasticity refers to form in which reactive systems are delivered.
  • Message-driven refers to the means used to implement reactive systems.

Companies

TODO