From: Altair Date: Thu, 8 Sep 2016 06:10:03 +0000 (+0800) Subject: Add nodejs native module binding X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbaa57e5a046c86ea1029dfda96ec933c510041b;p=thirdparty%2Fzstd.git Add nodejs native module binding --- diff --git a/index.html b/index.html index 9cfa4a519..48977c919 100644 --- a/index.html +++ b/index.html @@ -180,6 +180,7 @@ here is a list of known bindings and their authors : | __Python__ | Sergey Dryabzhinsky | https://pypi.python.org/pypi/zstd | | __PHP__ | Kamijo | https://github.com/kjdev/php-ext-zstd | | __Node.js__ | albertdb | https://www.npmjs.com/package/node-zstandard +| __Node.js__ | Zwb | https://www.npmjs.com/package/node-zstd | __Ruby__ | Jarred Holman | https://github.com/jarredholman/ruby-zstd | __Ada__ | John Marino | https://github.com/jrmarino/zstd-ada | | __Go__ | Vianney Tran | https://github.com/DataDog/zstd |