<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Nodejs - Tag - Botmonster Tech</title><link>https://botmonster.com/tags/nodejs/</link><description>Nodejs - Tag - Botmonster Tech</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 05 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://botmonster.com/tags/nodejs/" rel="self" type="application/rss+xml"/><item><title>Building a Progressive Web App from Scratch with Vanilla JavaScript</title><link>https://botmonster.com/posts/build-progressive-web-app-scratch-vanilla-javascript/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><author>Botmonster</author><guid>https://botmonster.com/posts/build-progressive-web-app-scratch-vanilla-javascript/</guid><description><![CDATA[<div class="featured-image">
                <img src="/build-progressive-web-app-scratch-vanilla-javascript.png" referrerpolicy="no-referrer">
            </div><p>A Progressive Web App requires just three things beyond your existing website: a Web App Manifest JSON file that defines the app&rsquo;s name, icons, and display mode; a service worker that intercepts network requests for offline support and caching; and HTTPS hosting. Add these to any site with plain JavaScript - no React, Angular, or framework needed - and browsers will offer an install prompt, enable push notifications, and cache your app for offline use. The entire setup can be done in under an hour with three files.</p>]]></description></item></channel></rss>