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 upIs there any resources that helps to contribute in Webtorrent ? #1493
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
There's a great explanation of how bittorrent works in section two of this paper http://pages.di.unipi.it/ricci/XR-EE-LCN_2010_010.pdf Here are the specifications for implementing bittorrent clients (BEPs) http://bittorrent.org/beps/bep_0000.html There are some code examples for webtorrent here https://webtorrent.io/intro There are lots of example apps that use webtorrent linked on this page. https://webtorrent.io/faq You can look at the code of most of them on github |
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@feross @DiegoRBaquero
Can you please share with us what are the best resources to develop
Webtorrent?I want to understand how it's work ( in low level not in general ), like how does the protocols used in
Webtorrentworks, video encoding ...., like if i want to contribute inWebtorrentwhat books do i need to read .i tried to start with how Torrent works but all i found is some books that teach how to use it not how it works so you can try modify it and play with it.
i hope you understand what i mean, thanks in advance