Introducing G2.ai, the future of software buying.Try now
Product Avatar Image

Jszip

Show rating breakdown
1 review
  • 1 profiles
  • 1 categories
Average star rating
4.5
Serving customers since
Profile Filters

All Products & Services

Profile Name

Star Rating

1
0
0
0
0

Jszip Reviews

Review Filters
Profile Name
Star Rating
1
0
0
0
0
VP
Vittorio P.
12/12/2018
Validated Reviewer
Review source: G2 invite
Incentivized Review

A genius little script to create and read ZIP files in JS, client side

It's a tiny little script that does just this, and it's free. If you need to read (but not extract, obviously) ZIP files from your local PC via your browser, or create them from e.g. blob fields or canvas objects on the client side without a trip to the server, this is the script to use. It has good documentation, with easily understandable examples to get you going and warn you about common issues and misconceptions.

About

Social

What is Jszip?

JSZip is a JavaScript library that offers a straightforward API for creating, reading, and editing .zip files directly in web browsers and server-side applications. With a focus on ease of use, JSZip supports both Node.js and major browsers, including Internet Explorer 6 and up. It allows developers to generate zip files on the client-side, offering functionalities like compressing files, appending content, and manipulating existing zip archives dynamically. JSZip is particularly useful for web applications that need to handle file operations locally without relying on server-side processing. The library is open-source and maintained on GitHub, where users can access the code, report issues, or contribute to its development.

Details

Website
github.com