<?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: Kalpick Sharma</title>
    <description>The latest articles on DEV Community by Kalpick Sharma (@kalpick_sharma_d32ace423a).</description>
    <link>https://dev.to/kalpick_sharma_d32ace423a</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4013378%2Fe0b1a345-e39c-42aa-b4c3-985dc5fa4ba0.png</url>
      <title>DEV Community: Kalpick Sharma</title>
      <link>https://dev.to/kalpick_sharma_d32ace423a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kalpick_sharma_d32ace423a"/>
    <language>en</language>
    <item>
      <title>Building a Lightweight PWA Meeting App with Vanilla JavaScript and WebRTC</title>
      <dc:creator>Kalpick Sharma</dc:creator>
      <pubDate>Fri, 03 Jul 2026 22:09:14 +0000</pubDate>
      <link>https://dev.to/kalpick_sharma_d32ace423a/building-a-lightweight-pwa-meeting-app-with-vanilla-javascript-and-webrtc-283m</link>
      <guid>https://dev.to/kalpick_sharma_d32ace423a/building-a-lightweight-pwa-meeting-app-with-vanilla-javascript-and-webrtc-283m</guid>
      <description>&lt;p&gt;I recently built a small meeting application for our community's internal discussions.&lt;/p&gt;

&lt;p&gt;The goal wasn't to replace Google Meet or Zoom.&lt;/p&gt;

&lt;p&gt;It was to build something lightweight that solved exactly what we needed.&lt;/p&gt;

&lt;p&gt;Stack&lt;br&gt;
HTML&lt;br&gt;
CSS&lt;br&gt;
JavaScript&lt;br&gt;
WebRTC&lt;br&gt;
Progressive Web App&lt;br&gt;
Render for hosting&lt;br&gt;
Why Vanilla JavaScript?&lt;/p&gt;

&lt;p&gt;I wanted to understand WebRTC without a framework hiding the implementation details.&lt;/p&gt;

&lt;p&gt;Working directly with browser APIs made debugging easier and helped me understand peer connections much better.&lt;/p&gt;

&lt;p&gt;Why Mesh Topology?&lt;/p&gt;

&lt;p&gt;Our meetings usually have only a few participants.&lt;/p&gt;

&lt;p&gt;A mesh network lets every participant connect directly to everyone else, which keeps the architecture simple for small groups.&lt;/p&gt;

&lt;p&gt;Features&lt;br&gt;
Peer-to-peer video calls&lt;br&gt;
Audio mute and unmute&lt;br&gt;
Background changer&lt;br&gt;
Installable as a PWA&lt;br&gt;
Responsive interface&lt;br&gt;
Biggest Takeaway&lt;/p&gt;

&lt;p&gt;Building real tools teaches concepts much faster than tutorials.&lt;/p&gt;

&lt;p&gt;This project helped me understand WebRTC, media streams, browser APIs, and Progressive Web Apps while creating something our community could actually use.&lt;/p&gt;

&lt;p&gt;If you're learning WebRTC, I'd recommend building a small internal tool before trying to create a full video conferencing platform.&lt;br&gt;
&lt;a href="https://meet-prototype.onrender.com/" rel="noopener noreferrer"&gt;General Meet Prototype&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>beginners</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
