Looking for a Node process worker solution similar to WorkerRunner?

I have a use case where I want to spawn a “Node worker” not as an actual worker thread but as a separate Node process.

Is there something off-the-shelf like a WorkerRunner that I could use here?

If I’d build it myself I’d probably go for a stdin/out JSON protocol that implements the WorkerRunner interface

cc @Tim Smart
Was this page helpful?