<?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: Denis</title>
    <description>The latest articles on DEV Community by Denis (@denisssenkyrmaker).</description>
    <link>https://dev.to/denisssenkyrmaker</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%2F3970302%2F3dcd31c9-cbe2-4bb1-a56b-52423fa33e8a.png</url>
      <title>DEV Community: Denis</title>
      <link>https://dev.to/denisssenkyrmaker</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/denisssenkyrmaker"/>
    <language>en</language>
    <item>
      <title>How I built a free WhatsApp dev tunnel (no ngrok) and a self-healing loop in Node.js</title>
      <dc:creator>Denis</dc:creator>
      <pubDate>Fri, 05 Jun 2026 18:33:40 +0000</pubDate>
      <link>https://dev.to/denisssenkyrmaker/how-i-built-a-free-whatsapp-dev-tunnel-no-ngrok-and-a-self-healing-loop-in-nodejs-25f9</link>
      <guid>https://dev.to/denisssenkyrmaker/how-i-built-a-free-whatsapp-dev-tunnel-no-ngrok-and-a-self-healing-loop-in-nodejs-25f9</guid>
      <description>&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;I've been working on a Node.js project called &lt;strong&gt;Pixel Office&lt;/strong&gt; (a multi-agent assistant that runs over WhatsApp). While building it, my dev team ran into a few bottlenecks during local testing and deployment, so we built some custom utilities to solve them. &lt;/p&gt;

&lt;p&gt;Since they turned out to be super useful, we decided to bundle them and open-source the repository today. Here’s a breakdown of the three dev tools we integrated:&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Local Webhook Tunnel (No ngrok)
&lt;/h2&gt;

&lt;p&gt;Testing WhatsApp webhooks locally usually requires setting up ngrok, which has become increasingly restrictive on free tiers, or configuring firewall rules. &lt;/p&gt;

&lt;p&gt;To bypass this, we built a simple Socket.io proxy in our Express backend. When Meta sends a webhook targeting a developer's phone, the server intercepts it and streams the JSON payload over WebSocket directly to a local CLI client.&lt;/p&gt;

&lt;p&gt;You just run this locally:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
node bin/tunnel-cli.js --port 3000 --key YOUR_API_KEY
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
