I read a different thread from 2023 about mediasoup not running on bun due to some c++ native apis that are in node but not bun, but it’s january 2025 and bun has grown since then, does anyone have an idea if bun supports mediasoup now, and if you don’t know how can i test it myself, i would’ve but idk how to do that.
To be real, it doesn’t matter what language you use if you’re not using language of the mediasoup-worker. I say this because routing and any IPC over-head is minimal once a user is placed on their route/worker/server. In other words, you’ll never have a block in route at any level filling a media server unless you overload the workers.
To be faster improve the worker and maybe make signaling better?!
You may reach out to BUN development if MediaSoup doesn’t work, it won’t however make your media server anymore or less efficient.