<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Stephen Yuan</title>
    <description>The latest articles on DEV Community by Stephen Yuan (@syuan16).</description>
    <link>https://dev.to/syuan16</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F393202%2Fd8539f99-4603-4898-917d-e0d6404d6e84.jpeg</url>
      <title>DEV Community: Stephen Yuan</title>
      <link>https://dev.to/syuan16</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/syuan16"/>
    <language>en</language>
    <item>
      <title>BitTorrent</title>
      <dc:creator>Stephen Yuan</dc:creator>
      <pubDate>Sat, 23 May 2020 01:54:44 +0000</pubDate>
      <link>https://dev.to/syuan16/bittorrent-1oj0</link>
      <guid>https://dev.to/syuan16/bittorrent-1oj0</guid>
      <description>&lt;p&gt;[Comment]: This is a personal project I have been doing since March. The project is to use Go to implement a BitTorrent client that downloads and distributes files across the Internet. I followed a blog post to build the client from scratch and I have really liked the progress so far. I learned a lot about both Golang and the BitTorrent protocol, which is a very popular peer-to-peer protocol for file distribution over the Internet. &lt;/p&gt;

&lt;p&gt;[Note]: The original idea and implementation of this project is from another &lt;a href="https://blog.jse.li/posts/torrent/" rel="noopener noreferrer"&gt;post&lt;/a&gt;. I started this project for the purpose of learning Golang and BitTorrent. &lt;/p&gt;

&lt;h2&gt;
  
  
  My Final Project
&lt;/h2&gt;

&lt;p&gt;(Since the project is still under development, I will post a sample demo here) &lt;br&gt;
&lt;a href="https://asciinema.org/a/xqRSB0Jec8RN91Zt89rbb9PcL" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fasciinema.org%2Fa%2FxqRSB0Jec8RN91Zt89rbb9PcL.svg" alt="asciicast"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Link to Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/syuan16/BitTorrent" rel="noopener noreferrer"&gt;Github Repo&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I built it (what's the stack? did I run into issues or discover something new along the way?)
&lt;/h2&gt;

&lt;p&gt;I used Golang. The concurrency channel of Golang makes it really easy to manage different peers in a single BitTorrent client program. &lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Thoughts / Feelings / Stories
&lt;/h2&gt;

&lt;p&gt;The project is still under development and will see constant commits. Please let me know what you think about the project! &lt;/p&gt;

</description>
      <category>go</category>
      <category>bittorrent</category>
    </item>
  </channel>
</rss>
