We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,目前是放在worker,然后加载github.io,如果提交到pages,是一样可以调用worker的边缘计算,写一个教程?
The text was updated successfully, but these errors were encountered:
想法不错, 你可以试试.
目前项目的结构是这样: 入口是 worker.js 根据 path 来判断返回一个怎样的页面.
简化的理解, 如果去掉password部分的逻辑. 你可以理解为 worker.js + KV数据库 是后端. index.html + main.js 是前端.
前端与后端之间是用 API 调用. 其实如果你自己调试, 可以在本地浏览器打开 index.html 文件 (当然, 需要手动修改一下 password, api网址参数)
Sorry, something went wrong.
No branches or pull requests
如题,目前是放在worker,然后加载github.io,如果提交到pages,是一样可以调用worker的边缘计算,写一个教程?
The text was updated successfully, but these errors were encountered: