We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The performance dashboard shows that the median streaming performance of WebRTC in Node.js is an order of magnitude slower than TCP.
We should look into why this is.
Support for WebRTC is provided by node-datachannel (we are using a temporary fork at https://github.com/ipshipyard/js-node-datachannel until murat-dogan/node-datachannel#256 is merged).
node-datachannel uses libdatachannel which then uses libjuice so the bottleneck is in there somewhere.
node-datachannel
The text was updated successfully, but these errors were encountered:
Hey @achingbrain I am new to libp2p but want to learn and contribute to this issue can you please assign me this issue
Sorry, something went wrong.
No branches or pull requests
The performance dashboard shows that the median streaming performance of WebRTC in Node.js is an order of magnitude slower than TCP.
We should look into why this is.
Support for WebRTC is provided by node-datachannel (we are using a temporary fork at https://github.com/ipshipyard/js-node-datachannel until murat-dogan/node-datachannel#256 is merged).
node-datachannel
uses libdatachannel which then uses libjuice so the bottleneck is in there somewhere.The text was updated successfully, but these errors were encountered: