<?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>Forem: ghost admin</title>
    <description>The latest articles on Forem by ghost admin (@chatdevsixty).</description>
    <link>https://forem.com/chatdevsixty</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%2F3648182%2F75858634-b5c7-4a09-8f62-1e3e20cf19ac.png</url>
      <title>Forem: ghost admin</title>
      <link>https://forem.com/chatdevsixty</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/chatdevsixty"/>
    <language>en</language>
    <item>
      <title>How I built a RAM-only chat app that logs absolutely nothing (Node.js + Redis)</title>
      <dc:creator>ghost admin</dc:creator>
      <pubDate>Fri, 05 Dec 2025 15:19:32 +0000</pubDate>
      <link>https://forem.com/chatdevsixty/how-i-built-a-ram-only-chat-app-that-logs-absolutely-nothing-nodejs-redis-1ghb</link>
      <guid>https://forem.com/chatdevsixty/how-i-built-a-ram-only-chat-app-that-logs-absolutely-nothing-nodejs-redis-1ghb</guid>
      <description>&lt;p&gt;I wanted to solve the "metadata problem." Most chat apps, even secure ones, keep logs of who talked to whom. I wanted to build a system where the data literally cannot exist once the session ends.&lt;/p&gt;

&lt;p&gt;The Architecture:&lt;/p&gt;

&lt;p&gt;Backend: A blind WebSocket relay (Node.js) running in volatile memory.&lt;/p&gt;

&lt;p&gt;Database: Redis configured as volatile-lru. Keys are evicted instantly. nothing is written to disk.&lt;/p&gt;

&lt;p&gt;Digital Silence: I configured Nginx to pipe access.log and error.log directly to /dev/null at the OS level.&lt;/p&gt;

&lt;p&gt;Client-Side: The frontend uses the HTML5 Canvas API to "scrub" images (destroying EXIF/GPS data) before encryption.&lt;/p&gt;

&lt;p&gt;It is free to use and donation-supported.&lt;/p&gt;

&lt;p&gt;Live Demo: &lt;a href="https://backalleychat.com" rel="noopener noreferrer"&gt;https://backalleychat.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>privacy</category>
      <category>security</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
