Compare commits

...

4 Commits

Author SHA1 Message Date
Bany
a19da6482e Merge 3999d5cc0d into a8bc6fbcf1 2025-07-11 15:34:33 +08:00
Vencyr Laurence Imbo Amores
a8bc6fbcf1 update to byox banner 2025-07-07 22:14:17 +08:00
Vencyr Laurence Imbo Amores
c56186ac2d update byox banner 2025-07-07 17:05:02 +08:00
bany
3999d5cc0d add-bittorrent-protocol-from-scratch-with-nodejs 2023-05-11 09:26:41 +00:00

View File

@@ -1,4 +1,4 @@
[![Banner](https://codecrafters.io/images/byox-banner.gif)](https://codecrafters.io/github-banner)
[![Banner](https://codecrafters.io/images/updated-byox-banner.gif)](https://codecrafters.io/github-banner)
## Build your own <insert-technology-here>
@@ -67,6 +67,7 @@ It's a great way to learn.
* [**Go**: _Building a BitTorrent client from the ground up in Go_](https://blog.jse.li/posts/torrent/)
* [**Nim**: _Writing a Bencode Parser_](https://xmonader.github.io/nimdays/day02_bencode.html)
* [**Node.js**: _Write your own bittorrent client_](https://allenkim67.github.io/programming/2016/05/04/how-to-make-your-own-bittorrent-client.html)
* [**Node.js**: _BitTorrent Protocol in 25 minutes_](https://www.tzionis.com/bittorrent-protocol-in-25-minutes)
* [**Python**: _A BitTorrent client in Python 3.5_](http://markuseliasson.se/article/bittorrent-in-python/)
#### Build your own `Blockchain / Cryptocurrency`