Skip to content

Uncomplicated async gzip and gunzip functions for node.js.

Notifications You must be signed in to change notification settings

huned/nodejs-async-gzip-gunzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async Gzip and Gunzip for Node.js

Main repo: https://github.com/huned/nodejs-async-gzip-gunzip

Uncomplicated async gzip and gunzip functions for node.js.

Overview

Features:

  • uncomplicated
  • no dependencies or bloat
  • familiar interface

Install

npm install async-gzip-gunzip

Usage

const asyncGunzip = require('async-gzip-gunzip').asyncGunzip
const gunzipped = await asyncGunzip(gzippedBuffer)

const asyncGzip = require('async-gzip-gunzip').asyncGzip
const gzipped = await asyncGzip(gunzippedBuffer)

Author

Huned Botee

License

MIT

About

Uncomplicated async gzip and gunzip functions for node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published