Nodejs Tips & Tricks
How to Zip Files using Node & Express?
Nodejs is powerful, Nodejs with Expressjs is a superpower, and today we’ll see how easy it is to compress files in Node/Express. You’ll find multiple methods to compress or zip files in Node, but in this post, I’ll try to show the easiest way to do it. Before we get Read more…