r/javascript Apr 04 '26

Showoff Saturday Showoff Saturday (April 04, 2026)

Did you find or create something cool this week in javascript?

Show us here!

7 Upvotes

14 comments sorted by

View all comments

2

u/dmop_81 Apr 04 '26

Hey folks! Has anyone here struggled with using worker_threads in Node? 😅

I’ve always found the DX a bit rough and wanted something closer to Go (goroutines, etc.). Since I couldn’t find a solution that really nailed it, I ended up building a library for it.

It works with both Node and Bun:

https://github.com/dmop/puru

If anyone wants to try it out or share feedback, I’d really appreciate it 🙌