code-inflation / pcp-reactive

school proj about reactive programming in JS/ TS
0 stars 0 forks source link

Programming Concepts and Paradigms

This repository holds our school project about reactive programming with reactiveX. We choose JavaScript/TypeScript to demonstrate how observables, observers and operators work.

Reactive programming background

Observers

Observer Pattern

Operators

RxMarbels

Standard Operators

Backpressure Operators

Languages

Notes

Run the examples

To run the examples make sure you have node.js(tested Version 8.9.3LTS) installed on your system. Run npm install to install the dependencies and run the examples in the console with "node ./src/.js