Janode vs janus.js

What is the current consensus on using janode over janus.js? As most of the feature rich demos in the main repo seem to be built on janus.js?

Per my basic understanding all Janode is doing is proxying the signalling between the browser client and the janus api?

While media still routes directly between the browser client and the janus server?

1 Like

janus.js is an old and hacky library we just use for the demos and nothing else. Janode is the modern Node.js/JS SDK we use in our production environments, especially on the server side.

Thanks for that good to know. I will focus my efforts on Janode.