Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSending messages to webtorrents peers #1335
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
You can technically reach into the wire's private The correct way to implement this is to use the extension API in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
i wonder if there is a way to send custom message/data to peer who use webTorrent directly.
It work well using the simple-peer module, after doing all the signaling process i can send message with for example :
and i receive it in the other browser using the "data" event.
Here is a way to do that directly with the webtorrent wires ? for example
torrent.wires[0].send("hey mate");Thanks for your help !