/reactive-stream

A look in Reactive Streams through the Meiosis tutorial.

Primary LanguageJavaScriptThe UnlicenseUnlicense

ReactiveStream

Minimalistic functional stream implementation to use with the meiosis pattern.

Examples

You can find the examples covered in the meiosis tutorial in the examples folder.

The only View code example included is the one using lit-html

Run examples

  1. Install dependencies
npm i
  1. Build dependencies with snowpack
npx snowpack
  1. Run an example in CLI
node examples/example_01.js
  1. Run the app example and navigate to http://localhost:8080/examples/app.html
npx http-server