An open API service indexing awesome lists of open source software.

https://github.com/1337programming/compression-node

Node compression library
https://github.com/1337programming/compression-node

Last synced: 4 months ago
JSON representation

Node compression library

Awesome Lists containing this project

README

          

# Compression Node

Example of using C++ and node to accomplish memory intensive tasks.

## Deps

- Google's Snappy compression library
- Node-Gyp for bindings with NAN as V8 helper

## Run
`npm install` installs node modules and compiles c++
`npm test` test compression suite