Skip to content

It's a simple script collection of deno deploy. only one file to be deployed!

Notifications You must be signed in to change notification settings

KonghaYao/awesome-deno-deploy-script

Repository files navigation

Deno Script

这个一个收集 Deno Deploy 脚本的仓库,旨在使用一个 JS 文件实现一个服务器功能!

  1. file-share - 文件分享(通过 wetransfer)
  2. proxy-website - 全站代理 + CORS
  3. ip-location - IP 地理位置查询
  4. url-shortener - URL 短链接生成,非常简单易用
  5. is-website-up - 检查网站是否可用
  6. chatroom - 在线 Websocket 聊天室, 支持 WebRTC,无 KV 存储,Sono
  7. data-chart - 在线渲染 echarts 图表为 SVG 数据
  8. qrcode - 支持 QRcode 解析与生成的服务器脚本
  9. barcode - 支持 Barcode 生成的脚本
  10. image-server - 图片服务器,可以在线帮你通过 url 处理图像
  11. totp-server - TOTP 服务器, 用于 TOTP 鉴权认证
  12. load-balence - 负载均衡器,用于给不同的资源分配不同的来源
  13. response-protect - 防止恶意请求函数

Deno will Do

  1. deno kv dashboard
  2. OAuth 授权服务器
  3. 图片处理服务器
curl -fsSL https://x.deno.js.cn/install.sh | sh
export DENO_INSTALL="/root/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
deno run -A --unstable qrcode/index.mjs

About

It's a simple script collection of deno deploy. only one file to be deployed!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published