I have a doubt/misunderstanding.
webRTC uses RTCDataChannel
API for communicating data P2P.
Torrents also P2P. Is both the technologies uses same thing in its core ? or any difference is there ?
If there is any difference then can we create some torrent like functionlity using webRTC RTCDataChannel
API ?