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 upRequest: Peer5 like functionality #577
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
This functionality can be built in top of WebTorrent but is not a feature that WebTorrent as a project itself will implement. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm building a file downloads site on Django, backed by GridFS. I've used Peer5 in the past: https://www.peer5.com/downloader
Using it is as easy as:
!-- peer5 script
script src="//api.peer5.com/peer5.js?id=z142i5n5qypq4cxr"
just an a tag with peer5-download attribute
a href="//storage.googleapis.com/peer5/avg_free_x86_all_2015_5577a8546.exe" peer5-download>Download Sample #2 (150MB)<
Is simple usage such as this something WebTorrent can do? If not, are there any alternatives?