samchon / tgrid

TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols
https://tgrid.com/
MIT License
141 stars 19 forks source link

Test "thread_workers" #30

Closed samchon closed 3 years ago

samchon commented 4 years ago

Test WorkerConnector and WorkerServer to use NodeJS Worker. If the Worker consumes less memory or cpu resource than NodeJS ChildProcess, then make the Worker compatible with ChildProcess.

samchon commented 3 years ago

Revive it, understood how to bundle the thread_workers