Giter Site home page Giter Site logo

baiyuetribe / alist_fiber Goto Github PK

View Code? Open in Web Editor NEW
58.0 4.0 16.0 5.27 MB

一款基于go+vue的阿里云盘项目 https://pan.baiyue.one

License: MIT License

Shell 0.31% Dockerfile 2.68% Go 34.25% JavaScript 1.51% HTML 3.41% Vue 29.07% CSS 0.70% TypeScript 28.07%
golang nodejs go web fiber aliyun

alist_fiber's Introduction

ALIST

一款基于go+vue的阿里云盘,支持在线播放视频音乐,在线浏览文档图片。直连地址为阿里云oss,当前不限速,体验友好。

项目说明

最近学习go语言的过程中,最大的感触是语法虽少但是上手比较困难,正好看到这个项目,采用前后端分离开发,前端vue+后端go语言用的gin框架。所以,为了让自己掌握go语言,我使用go语言最新的fiber框架重构了后端,前后端都移除了部分功能。

在线演示地址:

部署方法

请参考博客文章 https://baiyue.one/archives/1726.html

命令说明:

二进制文件,可直接执行,相当于linux上的普通程序。

# 启动
./alist
# 为保持后台持续运行,使用nohup
nohup ./alist > log.log 2>&1 &

# 停止服务=终止进程
ps -ef|grep alist | grep -v grep | awk '{print $2}' | xargs kill -9

参考项目

其他自研开源程序

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.