Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeeChSien/nuTorrent
nuTorrent - A Pure Javascript BitTorrent Client
https://github.com/LeeChSien/nuTorrent
Last synced: 9 days ago
JSON representation
nuTorrent - A Pure Javascript BitTorrent Client
- Host: GitHub
- URL: https://github.com/LeeChSien/nuTorrent
- Owner: LeeChSien
- Created: 2015-08-16T05:37:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T09:08:14.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T17:33:31.814Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 233
- Watchers: 8
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-peer-to-peer - nuTorrent
- awesome-peer-to-peer - nuTorrent
- awesome-electron-zh - nuTorrent - BitTorrent client. (Apps / Open Source)
- awesome-electron - nuTorrent - BitTorrent client. ![](https://img.shields.io/github/stars/LeeChSien/nuTorrent.svg?style=social&label=Star) (Apps / Download)
README
nuTorrent
==============nuTorrent(νTorrent) is a pure javascript bittorrent client based on Electron, React, torrent-stream.
OS X Binary (v0.6.0): [download link](https://github.com/LeeChSien/nuTorrent/releases/download/v0.6.0/OSX-nuTorrent-0.6.0.zip)
Screenshot
------------![alt tag](https://cloud.githubusercontent.com/assets/1298784/9428375/d335081c-49de-11e5-9cd0-e812a132d293.png)
Usage
------------
* Open the app
* Add a magnet url or torrent file.Build
------------
Install dependencies.```bash
$ npm install
```To start development!
```bash
npm run hot-dev-server
npm run start-hot
```
License
------------
MIT © [LeeChSien](https://github.com/LeeChSien)