Giter Site home page Giter Site logo

berserker's Introduction

Berserker

Advanced web-based frontend for Aria2-JSONRPC.

Main interface

Features

  1. Node.js backend to manage the aria process, create destination and config directories, etc.
  2. You can shut down the Node.js backend as well as the web-frontend and aria will keep downloading in the backround. Fire up the server and web ui anytime later to get a status update.
  3. JSON-based transport to ensure lightweight and fast data transfers with minimal markup overhead.
  4. Uses websockets to communicate with aria process. Will have support for websockets in the browser side soon.

Install

  1. Install Aria 2 from the site or from your distribution's package repositories.
  2. Install Node.js (and NPM) from the site or from your distribution's package repositories.
  3. $ sudo npm install -g berserker

Run

  1. (First Run) $ berserker
  2. This will create file settings.json under the $HOME/.berserker folder.
  3. Edit settings.json.
    1. Keys in the aria2c property should be valid aria2c options (POSIX long version) without the '--'.
    2. Any value enclosed in curly braces (like {HOME}) will be replaced by the value of the corresponding environment variable.
  4. $ berserker
  5. Open http://localhost:8000/ (Or whatever port you have set in $HOME/.berserker/settings.json).

Notes

  1. Your Aria2 executable must have support compiled for the aria2.multicall function.
  2. If aria was not built with websocket support, use the restify or http connector instead (See settings.json).

berserker's People

Contributors

adityamukho avatar mzehrer avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.