Swebert Correa
sweb'tech

sweb'tech

Follow
Series

Build your own bittorrent client

In this series, we will create our bittorrent implementation from scratch using Python. On the way, we will learn about serialization, network protocols, test frameworks and much more.

Articles in this series

What is BitTorrent

Feb 19, 20231 min read

BitTorrent is a peer-to-peer communication protocol. It is generally used to send and receive huge files. In the regular world of client-server...

What is BitTorrent