-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
webrtc transport #27
Comments
Raynos has a data-channel module which seems to do some of what we need : https://github.com/Raynos/data-channel Ampersand.js guys have a bunch of relevant modules/experience : |
And there's all @feross' excellent work over on webtorrent : The most relevant of those would seem to be simple-peer: |
It should be easy to wire Graft services through https://github.com/feross/simple-peer#stream--peergetdatastream and https://github.com/GraftJS/jschan/tree/master/lib/stream (it's what we use for websockets anyway). |
@mcollina yep, that should work! but let me know if you run into any issues and i'll do my best to help debug :) |
@feross thanks! :). Just one question: that stream is binary by default, right? |
yep! |
we discussed wanting to enable graft/jschan over webrtc data channels too. this issue is to collect some of the related concepts.
The text was updated successfully, but these errors were encountered: