moleculerjs / moleculer

:rocket: Progressive microservices framework for Node.js
https://moleculer.services/
MIT License
6.17k stars 587 forks source link

Bun runtime #1283

Closed publicvirtualvoid closed 3 months ago

publicvirtualvoid commented 6 months ago

Is this supported? I ran some of the examples in Bun and it seemed to work. Is there any reason parts of Moleculer wouldn't work in BunJS?

ImTheDeveloper commented 6 months ago

I think some third party stuff didn't work for me I believe bull queue isn't working with bun as of yet so moleculer-bull isn't either. I had to use bee

srcmayte commented 6 months ago

What benefits have you seen by moving to bun?