Giter VIP home page Giter VIP logo

idownloader's Introduction

iDownloader

基于node.js,提供类似WebDAV模式的高并发下载服务

架构

基于Hogan.js实现模板编译,基于node的原生http模块,文件的下载功能通过Stream对象实现。没有使用connet,没有使用express。额外支持文件夹的gzip打包下载,不仅仅是单文件下载。

界面

使用bootstrap美化界面,对于静态资源的加载,业务逻辑封装在了./lib/static_root.js中。

配置

可配置项有很多,包括想作为分享文件夹的路径(如果使用相对路径,那么是路径是基于__dirname/lib/的),模板文件路径,模板文件后缀名等等

配置文件位于`./lib/config.js', 请根据自己情况配置好共享路径,以便程序可以正常启动

启动

cd到项目目录,node server.js启动下载服务器,访问localhost:8080即可。

启动后,根据config.js中配置的共享路径,服务器将会列出共享文件夹的全部内容

test

文件夹项的后面多出的下载按钮可以用来以压缩包形式下载整个文件夹内容

test

也可以点击文件夹进入子文件夹,系统会列出当前所在路径信息

test

idownloader's People

Contributors

doomdagger avatar

Stargazers

 avatar zhangshuibo avatar 李赫 avatar

Watchers

James Cloos avatar 李赫 avatar

Forkers

yaoming5016

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.