File-Sharing-WebApp NodeJS构建的文件共享应用

文件共享 WebApp 的架构挺实用的,NodeJS写服务逻辑,Azure 函数搞定服务端触发逻辑,配合Azure Blob 存储来存文件,Redis负责缓存和会话,组合下来就是一个还蛮顺手的文件共享方案。

页面结构清爽,功能上就是把文件传上去,生成一个链接,你分享出去别人就能下载。整个过程响应快,上传也不卡顿。适合做内网共享,或者临时传大文件都挺方便。

代码方面,NodeJS部分结构还算清晰,Azure 函数那块建议你熟一点触发器配置,尤其是blobTrigger,不然第一次用容易懵。缓存用Redis挺轻量,跑在 Azure 上集成也方便。

对了,它欢迎 PR,截图也能贡献。你要是想加点功能,比如下载次数限制、过期时间设置之类的,可以提个issue先聊一聊。要注意 Licensing,有些限制记得看清。

如果你正打算用Azure搭个小应用,顺手玩玩Blob函数,这项目还蛮合适的。对文件共享、缓存和事件响应的结合感兴趣的,值得看看。

zip
File-Sharing-WebApp-main.zip 预估大小:73个文件
folder
File-Sharing-WebApp-main 文件夹
folder
main-app-frontend 文件夹
file
package.json 2KB
file
package-lock.json 957KB
file
.env.example 128B
folder
src 文件夹
folder
css 文件夹
file
style.css 6KB
file
index.js 140B
folder
images 文件夹
file
copy-icon.svg 309B
file
download-sd.svg 513B
file
file.png 4KB
file
download.svg 288B
file
undraw-upload.png 40KB
file
logo.png 7KB
file
index.ejs 4KB
folder
js 文件夹
file
sas.js 3KB
file
upload.js 5KB
file
toast.js 326B
file
download.ejs 3KB
file
download.js 113B
file
favicon.ico 100KB
file
webpack.config.js 3KB
folder
azure-functions 文件夹
file
host.json 343B
file
package.json 503B
folder
URL-Shortener 文件夹
file
index.js 645B
file
actions.js 2KB
file
function.json 355B
file
redis.js 433B
folder
Blob-Storage-Download-URL-Generator 文件夹
file
index.js 2KB
file
function.json 377B
file
local.settings.sample.json 430B
file
package-lock.json 37KB
folder
Blob-Storage-SAS-Generator 文件夹
file
index.js 1KB
file
function.json 367B
file
.gitignore 1KB
file
proxies.json 76B
file
.funcignore 66B
file
.prettierrc 493B
folder
screenshots 文件夹
file
download.png 50KB
file
uploaded.png 72KB
file
home.png 60KB
file
uploading.png 63KB
folder
main-app 文件夹
folder
bin 文件夹
file
www 2KB
file
package.json 1KB
folder
routes 文件夹
file
index.js 446B
file
download.js 2KB
folder
api 文件夹
file
blob-storage-sas-generator.js 870B
file
generate-link.js 1KB
file
package-lock.json 209KB
file
.env.example 440B
folder
views 文件夹
file
index.ejs 4KB
file
download.ejs 3KB
file
error.ejs 416B
folder
public 文件夹
folder
css 文件夹
file
index.13539f0d15a52cebcf26.css 58KB
file
download.13539f0d15a52cebcf26.css 58KB
folder
images 文件夹
file
copy-icon.svg 309B
file
download-sd.svg 513B
file
file.png 4KB
file
download.svg 288B
file
undraw-upload.png 40KB
file
logo.png 7KB
file
bundle.8d3b505c13d9c4aa5967.js 1KB
file
bundle.afaa77d89e0bd2abbf4e.js.LICENSE.txt 872B
file
bundle.752cf78e49bcb704d648.js 2KB
file
bundle.afaa77d89e0bd2abbf4e.js 394KB
file
favicon.ico 100KB
file
bundle.825532f98b4fa8a6ee2c.js 6KB
file
app.js 2KB
file
LICENSE 1KB
file
.gitignore 2KB
file
README.md 455B
file
.editorconfig 207B
folder
.vscode 文件夹
file
launch.json 260B
file
settings.json 524B
file
tasks.json 846B
file
extensions.json 73B
...
zip 文件大小:773.71KB