From 3999d5cc0d51aa2adfe627c518f08869a5491a92 Mon Sep 17 00:00:00 2001 From: bany <53461381+9bany@users.noreply.github.com> Date: Thu, 11 May 2023 09:26:41 +0000 Subject: [PATCH] add-bittorrent-protocol-from-scratch-with-nodejs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f35f1b..6145e3d 100644 --- a/README.md +++ b/README.md @@ -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`