<?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: Yusuf Mescioğlu</title>
    <description>The latest articles on DEV Community by Yusuf Mescioğlu (@mescidev).</description>
    <link>https://dev.to/mescidev</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%2F3333037%2Ff3268f84-9834-4356-b993-cd8d377743f5.png</url>
      <title>DEV Community: Yusuf Mescioğlu</title>
      <link>https://dev.to/mescidev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mescidev"/>
    <language>en</language>
    <item>
      <title>We're building a more private, efficient, and sustainable way to share files. No servers, no storage, just direct transfers.</title>
      <dc:creator>Yusuf Mescioğlu</dc:creator>
      <pubDate>Fri, 11 Jul 2025 14:20:21 +0000</pubDate>
      <link>https://dev.to/mescidev/were-building-a-more-private-efficient-and-sustainable-way-to-share-files-no-servers-no-4k1m</link>
      <guid>https://dev.to/mescidev/were-building-a-more-private-efficient-and-sustainable-way-to-share-files-no-servers-no-4k1m</guid>
      <description>&lt;p&gt;Hey dev.to community! &lt;/p&gt;

&lt;p&gt;Over the past few months, I've been working on a peer-to-peer file transfer platform called Wizzit. The main goal was to create something that transfers files directly between browsers without any server storage.&lt;/p&gt;

&lt;p&gt;What makes it different:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Files never touch our servers - no storage - direct P2P transfers via WebRTC&lt;/li&gt;
&lt;li&gt;E2E encrypted with DTLS 1.3&lt;/li&gt;
&lt;li&gt;No file size limits&lt;/li&gt;
&lt;li&gt;Open source&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tech stack: Next.js 15, TypeScript, WebRTC native APIs, Tailwind CSS&lt;/p&gt;

&lt;p&gt;The interesting challenge was handling NAT traversal and making it work reliably across different network conditions. Used TURN/STUN servers only for connection establishment, but actual file data goes peer-to-peer.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/mesci/wizzit" rel="noopener noreferrer"&gt;github.com/mesci/wizzit &lt;/a&gt; &lt;br&gt;
Live site: &lt;a href="https://wizzit.org" rel="noopener noreferrer"&gt;wizzit.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from the community! Especially interested in thoughts on the P2P approach vs traditional cloud storage solutions.&lt;br&gt;
What are your experiences with WebRTC in production? Any suggestions for improvement?&lt;/p&gt;

</description>
      <category>p2p</category>
      <category>opensource</category>
      <category>webrtc</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
