Skip to content

programurr/observables-with-streams

 
 

Repository files navigation

Observables with Streams

A collection of observables built with streams.

This library is inspired by ReactiveX’s operators and implements a subset of them using streams.

The goal of this library is to implement observables making as much use of the platform as possible and being highly treeshakeable.

While most browsers have partial support of streams in stable, this library makes heavy use of TransformStreams, which are currently not well supported.

For a good primer about streams, read this blog post by Jake Archibald (he is aware the title hasn’t aged well).


License Apache 2.0

About

A collection of observables built with streams.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.6%
  • HTML 12.4%