docs: Add WSGI support clarification

This commit is contained in:
Tinafang 2020-02-04 19:50:07 +08:00 committed by GitHub
parent 382c0bfc21
commit 2ffbbaac7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -104,7 +104,7 @@ serverless create --template-url https://github.com/serverless/components/tree/m
- [@serverless/tencent-egg](https://github.com/serverless-components/tencent-egg) - 快速部署基于 Egg.js 的后端服务到腾讯云函数的组件
- [@serverless/tencent-koa](https://github.com/serverless-components/tencent-koa) - 快速部署基于 Koa.js 的后端服务到腾讯云函数的组件
- [@serverless/tencent-flask](https://github.com/serverless-components/tencent-flask) - 腾讯云 Python Flask RESTful API 组件
- [@serverless/tencent-laravel](https://github.com/serverless-components/tencent-laravel) - 腾讯云 PHP Laravel RESTful API 组件
- [@serverless/tencent-laravel](https://github.com/serverless-components/tencent-laravel) - 腾讯云 PHP Laravel RESTful API 组件(任何支持 WSGI 的 Python 服务端框架都可以基于该组件进行部署,例如 Falcon 框架等。)
- [@serverless/tencent-website](https://github.com/serverless-components/tencent-website) - 快速部署静态网站到腾讯云的组件
第三方贡献:

View File

@ -11,6 +11,8 @@ layout: Doc
腾讯云 [Flask](https://github.com/pallets/flask) Serverless Component, 支持 Restful API 服务的部署,不支持 Flask Command.
> 注 :任何支持 WSGI (Web Server Gateway Interface) 的 Python 服务端框架都可以通过该组件进行部署,例如 Falcon 框架等。
## 目录
0. [准备](#0-准备)