0.1.0
A deno module to provide rx-like functionalities based on webstreams, esp. transforms like `map()` by @codemonument
Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
Rx Webstreams
WARNING: HIGHLY ALPHA RIGHT NOW!
A deno package by @codemonument with RxJS like functionality, but for webstreams. It provides a lot of predefined sources, targets and especially transforms!
Note, that the api is inspired by RxJS, but not related in any other way. This package is especially not based on RxJS!
Parts
- Sources: Predefined Readable Streams, like fileSource(), timerSource(), and more
- Transforms: Predefined Transport Streams, like map(), reduce(), and more
- Targets: Predefined Writable Streams, like fileTarget(), urlTarget(), and more
Sources
- fileSource() - planned
- timerSource() - planned
Transforms
- map() - planned
- reduce() - planned
Targets
- fileTarget() - planned
- urlTarget() - in consideration