Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htangle/drawio-oss
Website based draw.io editor. Create, edit, publish flow chart in web. gin + bootstrap+oss
https://github.com/htangle/drawio-oss
bootstrap5 drawio gin golang jquery
Last synced: 4 days ago
JSON representation
Website based draw.io editor. Create, edit, publish flow chart in web. gin + bootstrap+oss
- Host: GitHub
- URL: https://github.com/htangle/drawio-oss
- Owner: hTangle
- Created: 2022-01-09T13:40:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T12:55:58.000Z (over 2 years ago)
- Last Synced: 2024-11-10T12:49:38.035Z (2 months ago)
- Topics: bootstrap5, drawio, gin, golang, jquery
- Language: Go
- Homepage:
- Size: 293 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
这是一个基于Gin的编辑流程图的网站,将流程图保存到阿里云OSS存储
## 交互流程图![draw-io-with-current-site](https://image.ahsup.top//draw/draw-io-with-current-site.png)
## 特性
网站有如下特点:
* 支持jwt鉴权:账号密码存储在配置文件中;
* 无任何其他依赖:二进程文件,只依赖阿里云oss;
* 对服务器要求低:云服务器1C0.5G即可满足;
* 数据完全可控:数据存储在服务器本地和OSS中;