<?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: Akhil Kala</title>
    <description>The latest articles on DEV Community by Akhil Kala (@akh47).</description>
    <link>https://dev.to/akh47</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%2F542718%2Fa8904096-8efd-4657-8637-1e02b6423b31.png</url>
      <title>DEV Community: Akhil Kala</title>
      <link>https://dev.to/akh47</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akh47"/>
    <language>en</language>
    <item>
      <title>How do I zip files in node.js?</title>
      <dc:creator>Akhil Kala</dc:creator>
      <pubDate>Fri, 29 Jan 2021 21:47:04 +0000</pubDate>
      <link>https://dev.to/akh47/how-do-i-zip-files-in-node-js-55i0</link>
      <guid>https://dev.to/akh47/how-do-i-zip-files-in-node-js-55i0</guid>
      <description>&lt;p&gt;Hello, I have a client app which shows a list of PDFs . I want the user to be able to check some of them and click a download button which will download a zip file containing all the files. The way I can think of doing this is creating a folder in the backend placing all the files in it, zipping and sending. Is there any way I can create a zip on the fly and send it instead of having to download all the files in the backend?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
