Skip to content

The purpose of this repo is to offer a nice summary of a set of techniques for implementing scalable, resilient and responsive systems as per the Reactive Manifesto.

Notifications You must be signed in to change notification settings

Armando1514/Reactive-programming

Repository files navigation

Programming Reactive Systems

Reactive programming is a set of techniques for implementing scalable, resilient and responsive systems as per the Reactive Manifesto. Such systems are based on asynchronous message-passing, and their basic building-blocks are event handlers. This course teaches how to implement reactive systems in Scala and Akka by using high-level abstractions, such as actors, asynchronous computations, and reactive streams.

Credits: https://www.coursera.org/learn/scala-akka-reactive

About

The purpose of this repo is to offer a nice summary of a set of techniques for implementing scalable, resilient and responsive systems as per the Reactive Manifesto.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages