Hacker News new | ask | show | jobs
by Can_Not 3315 days ago
Sightly related question, is there a library that

- takes in a function and returns a promise returning function

- the new function will use a web worker in the browser and something like a thread worker in NodeJs.

- isomorphic, as in same API in browser as in the server (so maybe usable in nextjs and nuxtjs based applications

Just curious if anything like that exists.