8000 GitHub - ajscarvalho/node-liblzg: Implementation of the fast decompression library lzg by Marcus Geelnard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ajscarvalho/node-liblzg

< 8000 h2 class="sr-only ScreenReaderHeading-module__userSelectNone--vW4Cq prc-Heading-Heading-6CmGO" data-testid="screen-reader-heading" id="folders-and-files">Folders and files
NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node liblzg
=============

About
-----

Simple, synchronous implementation of liblzg for deflate/inflate for node.js buffers.

Common usage is to implement some lightweight data compression over websockets.
Remember that user/client speed is of the utmost importance.



Usage
---------

Install with `npm install liblzg`.

check liblzg_test.js for compression/decompression on node.js
check js/lzgmini.js for decompression on web browser / client




License
-------

This project, and its source code, is released under the zlib/libpng license
(see LICENSE.txt). This means that it can be used in any product, commercial
or not.


Version history
---------------

v1.0.0 - 2011.05.24

 - First release

About

Implementation of the fast decompression library lzg by Marcus Geelnard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0