TwoAbove / node-libtorrent

libtorrent-rasterbar bindings for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-libtorrent-ng

node-libtorrent New Generation

Build Status Build Status

This package provides native bindings to libtorrent rastebar as a Node.js addon.

It's a fork of https://github.com/fanatid/node-libtorrent which incorporates few fixes and enhancements from various contributors and which was ported to NAN² to allow usage across all versions of node.js (NAN claims to support all major versions).

Please report any issues you find while running this code. Feel free to open a PR as well.

Getting started

Execute in command line:

$ npm install node-libtorrent-ng

or copy repository and build bindings manually

$ git clone --recursive git://github.com/lyssdod/node-libtorrent
$ cd node-libtorrent
$ npm install

About

libtorrent-rasterbar bindings for node.js

License:MIT License


Languages

Language:C++ 97.4%Language:JavaScript 1.3%Language:CMake 1.2%Language:Python 0.2%