Hacker News new | ask | show | jobs
by ibc 2220 days ago
mediasoup (in server side) is a Node.js library or a NPM dependency that you integrate into your Node.js app. Of course it comes with tons of C++ lines but, from the point of view of the user, it's just yet another NPM dependency into your Node.js project.

mediasoup overview here: https://mediasoup.org/documentation/overview/

1 comments

So no documented c++ library to bind other languages through? server side needs to be node.js?
If you want that, probably Janus is something worth looking at.
It's a Node library, yes.