DEV Community

Discussion on: What are some useful npm packages I might not know about?

Collapse
 
nickytonline profile image
Nick Taylor

I haven't tried these yet, but Jason Miller's packages for moving things to web workers look very interesting.

  • workerize: Moves a module into a Web Worker, automatically reflecting exported functions as asynchronous proxies.
  • greenlet: Move an async function into its own thread.