JSPM

node-libtorrent-ng2

0.4.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q39661F
  • License MIT

rb-libtorrent bindings for node.js (nan2-compatible fork with fixes)

Package Exports

  • node-libtorrent-ng2

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-libtorrent-ng2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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