To make "IPC" calls with JS more gracefully, I wrote the event invoke library

backgroundThe team has a node recently JS new module needs to be developed, involving the management and communication of multiple processes. The simplified model can be understood as some methods that need to frequently call the worker process from the master process. A simple design and implementation is implemented event-invoke The library c ...

Added by twm on Sat, 12 Feb 2022 16:28:03 +0200