An open API service indexing awesome lists of open source software.

https://github.com/itsdevdom/rxjs-over-webworker-experiment

[EXPERIMENT] Using RxJS over Web Workers
https://github.com/itsdevdom/rxjs-over-webworker-experiment

multithreading rxjs webworker

Last synced: 4 months ago
JSON representation

[EXPERIMENT] Using RxJS over Web Workers

Awesome Lists containing this project

README

          

# rxjs-over-webworker-experiment

Using RxJS over Web Workers.




Very much a prototype. Makes it possible to use RxJS across Web Worker boundaries, e.g. having a source observable in the worker and
subscribing to it from the main thread. Very limited right now, typings are not correct, and async issues might exist. But hey, it works!