All Projects → fcsonline → React Transmission

fcsonline / React Transmission

Licence: mit
React Transmission is an ongoing reimplementation of Transmission web interface.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Transmission

Cloud Torrent
☁️ Cloud Torrent: a self-hosted remote torrent client
Stars: ✭ 5,071 (+3924.6%)
Mutual labels:  torrent, torrent-client
Libretorrent
Free and Open Source, full-featured torrent client for Android. Mirrored from https://gitlab.com/proninyaroslav/libretorrent
Stars: ✭ 895 (+610.32%)
Mutual labels:  torrent, torrent-client
Electorrent
A remote control client for µTorrent, qBittorrent, rTorrent, Transmission, Synology & Deluge
Stars: ✭ 582 (+361.9%)
Mutual labels:  torrent, transmission
Transmission Rss
Adds torrents from RSS feeds to Transmission web frontend
Stars: ✭ 348 (+176.19%)
Mutual labels:  torrent, transmission
Fragments
Moved to GNOME GitLab -> https://gitlab.gnome.org/haecker-felix/Fragments
Stars: ✭ 80 (-36.51%)
Mutual labels:  torrent, transmission
Nefarious
Web application for automatically downloading TV & Movies
Stars: ✭ 373 (+196.03%)
Mutual labels:  torrent, transmission
Biglybt
Feature-filled Bittorrent client based on the Azureus open source project
Stars: ✭ 672 (+433.33%)
Mutual labels:  torrent, torrent-client
transmission-cli
Transmission PHP client for detect profit torrents and automate weburg.net downloads
Stars: ✭ 17 (-86.51%)
Mutual labels:  torrent, transmission
Torrt
Automates torrent updates for you
Stars: ✭ 73 (-42.06%)
Mutual labels:  torrent, transmission
Teletor
Telegram Torrents Bot
Stars: ✭ 54 (-57.14%)
Mutual labels:  torrent, transmission
Ant
A lightweight, feature-rich, easy-to-use and nice-looking BitTorrent Client developed by golang, angular 7, and electron.
Stars: ✭ 292 (+131.75%)
Mutual labels:  torrent, torrent-client
Transmission Blocklist
torrent blocklist base on : https://gist.github.com/shmup/29566c5268569069c256
Stars: ✭ 109 (-13.49%)
Mutual labels:  torrent, transmission
ssss
Stupid Simple Seedbox Script
Stars: ✭ 19 (-84.92%)
Mutual labels:  torrent, transmission
Monitorrent
Automatic torrents downloader
Stars: ✭ 383 (+203.97%)
Mutual labels:  torrent, transmission
axon
The synapse TUI client
Stars: ✭ 40 (-68.25%)
Mutual labels:  torrent, torrent-client
Itorrent
Torrent client for iOS 9.3+
Stars: ✭ 632 (+401.59%)
Mutual labels:  torrent, torrent-client
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (-74.6%)
Mutual labels:  torrent, transmission
Flood Mobile
GSoC 21' @CCExtractor. A modern mobile UI for various torrent clients with a Node.js backend and Flutter frontend.
Stars: ✭ 48 (-61.9%)
Mutual labels:  torrent, transmission
Moviesy
A beautiful client for YTS website which also provides built-in torrent & subtitles downloader with chromecast ❤️
Stars: ✭ 30 (-76.19%)
Mutual labels:  torrent, torrent-client
Betanin
beets based mitm of your torrent client and music player
Stars: ✭ 101 (-19.84%)
Mutual labels:  torrent, transmission

react-transmission

Introduction

React Transmission is an ongoing reimplementation of Transmission web interface.

react-transmission

You can find the original web interface source code here

The official Transmission repository

Goals

  • Bump technology used: More modern frameworks and technologies for a better modularization, performance and correctness.
  • Accelerate development: With the new set of technologies and components available in this project, new features are easier to implement.
  • Javascript best practices: Better source modularization, more documentation, source linting and many other improvements.
  • More reliable & accurate behaviour: Guarantee always that the interface reacts as expected and doesn't face UI race conditions.
  • Tested: A set of tests to guarantee the everything works as expected.
  • Internationalization: to be able to translate the interface easialy to other languages.

Roadmap

  • First stage: achieve 100% feature parity with the original web interface.
  • Second stage: present this project to the main Transmission development team to be evaluated
  • Third stage: merge this project to the Transmission repository
  • Fourth stage: improve the user interface with new features, more tests, add new languages, etc.

Technology

Requirements

  • Node 4.5
  • Yarn 0.19

Installation

If you want to test this project without dealing with all the Node.js stuff, you can download the lastest release from here:

https://github.com/fcsonline/react-transmission/releases

Decompress it with:

unzip react-transmission-X.X.X.zip

Then, set this environment variable in your .bashrc

export TRANSMISSION_WEB_HOME=<path to react-transmission>

And start your Transmission instance. If everything gone well, your react-transmission instance should be like the previous one but you can differenciate because the background is a bit light yellow.

Happy testing!

Developement environment

To be able to build this project, execute:

git clone https://github.com/fcsonline/react-transmission
cd react-transmission
yarn install
yarn start

Open Transmission daemon and then enable the web interface from the Settings window.

Check this new interface out going to: http://localhost:3000

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].