K-FOSS / TS-ESNode

Node.JS Loader hook to transform typescript source and files as node loads them TS-ESNode. TS-Node for ESNext & ESModule Node.JS.
MIT License
38 stars 4 forks source link

Worker threads #4

Open EntraptaJ opened 4 years ago

EntraptaJ commented 4 years ago

I would like to handle the transpiring/checking of the TypeScript code in Worker Threads I've seen the transpile of large files/projects bring the entire event loop to it's knees and stop serving/responding to web traffic.

EntraptaJ commented 4 years ago

I've gotten Node.JS Cluster working with a TS-ESNode run script so I should be able to get Workers working from within TS-ESNode itself.