This talk will be about the design and implementation of a reactive programming model inspired by ranges
that allows easy implementation of asynchronous and distributed software systems by writing code that
looks like a sequence of ordinary range transformations like filter, transform, etc.
This programming model will be demonstrated along with the implementation of a simple asynchronous
web service where the whole system logic is defined as a chain of range transformations.