Skip to content

A simple example of how to use Node worker_thread module with RxJS observables to stream data between the worker thread and main thread.

Notifications You must be signed in to change notification settings

briandesousa/node-worker-thread-rxjs

Repository files navigation

This repository contains a demonstration of the worker_threads module that is now standard in Node 11.7.0. To make things interesting, I am using Rxjs Observable stream messages from the worker thread.

This demo requires Node 11.7.0 or higher.

To run the demo, run npm install then npm start.

About

A simple example of how to use Node worker_thread module with RxJS observables to stream data between the worker thread and main thread.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published