The nodeJS core doesn’t make the API for creating worker threads public.

Similar functionality to Webworker already exists in NodeJS. Such as cluster or child_process, which can create processes that achieve the same or similar results. So the Webworker API is not as necessary in the back end.