https://github.com/LeeChSien/nuTorrent
nuTorrent - A Pure Javascript BitTorrent Client
https://github.com/LeeChSien/nuTorrent
Last synced: 27 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T09:08:14.000Z (over 9 years ago)
- Last Synced: 2024-10-30T16:41:32.756Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 234
- 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.  (Apps / Download)
- awesomeelectron - nuTorrent - BitTorrent client. (Apps / Open Source)
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
------------
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)