|
|
|
|
|
by axeldelmas
4052 days ago
|
|
You should take a look at WebRTC's DataChannel.
We're using it at Streamroot to do P2P video streaming in the browser. You're talking about filesharing in P2P, again, totally something you can do with WebRTC. You should take a look at PeerJS if you want to experiment in no time. You also talked about BitTorrent in the browser: you should definitely take a look at WebTorrent |
|