Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaocai9527/nimbuscloud
File server /Yunpan by netty, netty 实现的文件服务器,简易云盘.
https://github.com/xiaocai9527/nimbuscloud
fileserver netty yunpan
Last synced: 5 days ago
JSON representation
File server /Yunpan by netty, netty 实现的文件服务器,简易云盘.
- Host: GitHub
- URL: https://github.com/xiaocai9527/nimbuscloud
- Owner: Xiaocai9527
- License: apache-2.0
- Created: 2023-06-10T12:57:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T03:22:20.000Z (about 1 year ago)
- Last Synced: 2024-10-10T11:43:26.469Z (26 days ago)
- Topics: fileserver, netty, yunpan
- Language: Java
- Homepage:
- Size: 1.56 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NimbusCloud/雨云介绍
File server /Yunpan by netty, build project by gradle
* 基于 netty 实现文件服务器/云盘的功能
* 扩展实现了 RestApi 路由功能, 快速对外提供接口能力## How to start/开始
* git clone [email protected]:xiaokun19931126/NimbusCloud.git
* StarterParams path is must necessary , return your file root path
* ./gradlew start
* chrome open http://127.0.0.1:8080/, can visit your root file## Show results /功能展示
* 服务端生成前端代码,浏览器渲染
![首页](./pictures/1.png)
* 浏览器播放视频
![视频](./pictures/2.png)
* 文件拖动到网页上传文件
![pdf](./pictures/3.png)
* 网页查看日志
![log](./pictures/log.png)* 整合 Chat Gpt
![ai](./pictures/ai.png)## 模块方案
### 搭建云服务器### 网站备案
### Nginx 配置
### Netty 深度使用/源码分析
### Netty restApi 路由器 Router 实现
### 本项目前端总结
### Docker 使用
### ChatGpt 整合搭建
### Jenkins 持续集成
### 设计模式
### 内网穿透方案设计与实现
### 产品自驱
## 细化知识点
### Mysql/JDBC 集成使用### apk 生成二维码
### 注解/反射解耦实现