File tree Expand file tree Collapse file tree 38 files changed +19
-152
lines changed Expand file tree Collapse file tree 38 files changed +19
-152
lines changed Original file line number Diff line number Diff line change 1
1
Edition : 3.0.0
2
2
Type : Project
3
3
Name : start-beego-cap
4
- Version : 0.0.5
4
+ Version : 0.0.6
5
5
Provider :
6
6
- 阿里云
7
7
Description : 本案例展示了如何将 Beego —— 一款高效的Go语言Web框架,无缝部署至云原生应用开发平台,实现快速构建云原生应用的实践。Beego以其对Go特性的深度整合、简洁的MVC设计模式以及高性能著称,广泛应用于各类Web开发场景中。
Original file line number Diff line number Diff line change 1
1
start_beego :
2
2
default :
3
- languages :
4
- - go1.8
5
- steps :
6
- - run : GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o main main.go
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- go1.8
11
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-gin-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示了如何将 Gin,Go 语言社区中倍受追捧的轻量级 Web 框架,迅速构建并部署至云原生应用开发平台(CAP)。Gin 凭借其高效的处理能力、极简设计及高度灵活性,赢得了众多 Go 开发者的芳心,成为快速开发高质量 Web 应用和服务的首选武器。
8
8
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/go/gin
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 1
1
start_gin :
2
2
default :
3
- languages :
4
- - go1.8
5
- steps :
6
- - run : GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o target/main
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- go1.8
11
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-springboot-database
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例是Springboot-Database模板,帮助用户拉起Springboot Web的函数服务和MySQL数据库服务,快速搭建一个基于RDS和Springboot的Java Web脚手架应用,并基于此进行二次开发。
8
8
HomePage : https://github.com/devsapp/start-web-framework
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 1
1
start_springboot :
2
2
default :
3
- languages :
4
- - java8
5
- steps :
6
- - run : mvn package -DskipTests
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- java8
11
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-springboot-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示了如何将 Spring Boot,一款高效的 Web 框架,部署至云原生应用开发平台。SpringBoot其“习惯优于配置”的理念、快速开发能力和微服务架构支持,广泛应用于 Web 应用程序开发、微服务架构、批处理和数据处理等场景中。
8
8
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/java/springboot
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 1
1
start_springboot :
2
2
default :
3
- languages :
4
- - java8
5
- steps :
6
- - run : mvn package -DskipTests
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- java8
11
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-egg-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示了如何将 Egg.js,一款被开发者广泛使用的企业级 Node.js 框架,快速创建并部署到云原生应用开发平台 CAP。Egg.js其约定优于配置的设计哲学、高度扩展性和完善的文档。
8
8
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/nodejs/egg
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 1
1
start_egg :
2
2
default :
3
- languages :
4
- - nodejs20
5
- steps :
6
- - run : npm install --production
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- nodejs20
11
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : website-excalidraw-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示了如何将 Excalidraw,一款功能强大、易于使用的绘图工具,快速创建并部署到云原生应用开发平台 CAP。Excalidraw 其简单直观的在线界面、手绘风格的图表和草图创作功能,广泛应用于在线会议、教育、软件设计等多种场景。
8
8
Organization : 阿里云函数计算(FC)
9
9
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/nodejs/excalidraw
Original file line number Diff line number Diff line change 1
1
website_excalidraw :
2
2
default :
3
- languages :
4
- - nodejs20
5
- steps :
6
- # todo 之后改成不使用这个插件的形式
7
- - plugin : website-plugin-v3
8
- args :
9
- port : 80
10
- dist : /code/examples/excalidraw/with-script-in-browser/dist
11
- defaultBuilder :
12
3
languages :
13
4
- nodejs20
14
5
steps :
Original file line number Diff line number Diff line change 1
1
Edition : 3.0.0
2
2
Type : Project
3
3
Name : start-express-cap
4
- Version : 0.0.4
4
+ Version : 0.0.5
5
5
Provider :
6
6
- 阿里云
7
7
Description : 本案例展示了如何将 Express,一款基于 Node.js 平台的极简且灵活的 Web 应用开发框架,快速创建并部署到云原生应用开发平台 CAP。Express 框架其强大的特性、路由管理、中间件支持和模板引擎,广泛应用于 Web 和移动应用开发。
Original file line number Diff line number Diff line change 1
1
start_express :
2
2
default :
3
- languages :
4
- - nodejs20
5
- steps :
6
- - run : npm install --production
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- nodejs20
11
5
steps :
Original file line number Diff line number Diff line change 1
1
Edition : 3.0.0
2
2
Type : Project
3
3
Name : start-fastify-cap
4
- Version : 0.0.4
4
+ Version : 0.0.5
5
5
Provider :
6
6
- 阿里云
7
7
Description : 本案例展示了如何将 Fastify,一款基于 Node.js 平台的极简且灵活的 Web 应用开发框架,快速创建并部署到云原生应用开发平台 CAP。Fastify其高效的性能、最少的开销和强大的插件结构,是速度最快的 Web 框架之一。
Original file line number Diff line number Diff line change 1
1
start_fastify :
2
2
default :
3
- languages :
4
- - nodejs20
5
- steps :
6
- - run : npm install --production
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- nodejs20
11
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-hapi-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示了如何将 hapi.js,一款功能齐全的 Node.js 框架,快速创建并部署到云原生应用开发平台 CAP。hapi.js其内置的输入验证、缓存、身份验证、错误处理和强大的插件系统,广泛应用于构建可扩展和健壮的服务器端应用程序和服务。
8
8
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/nodejs/hapi
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 1
1
start_hapi :
2
2
default :
3
- languages :
4
- - nodejs20
5
- steps :
6
- - run : npm install --production
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- nodejs20
11
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-koa-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示了如何将 Koa.js,一款现代化的 Node.js Web 框架,快速创建并部署到云原生应用开发平台 CAP。Koa.js 通过利用 async 函数,提供了一种更有效的方式来处理和响应 HTTP 请求,其精简的中间件层和流式执行模式使得代码编写更加高效和可维护。
8
8
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/nodejs/koa
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 1
1
start_koa :
2
2
default :
3
- languages :
4
- - nodejs20
5
- steps :
6
- - run : npm install --production
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- nodejs20
11
5
steps :
Original file line number Diff line number Diff line change 1
1
Edition : 3.0.0
2
2
Type : Project
3
3
Name : start-nest-cap
4
- Version : 0.0.4
4
+ Version : 0.0.5
5
5
Provider :
6
6
- 阿里云
7
7
Description : 本案例展示了如何将 Nest.js,一款灵活的 Node.js 框架,快速创建并部署到云原生应用开发平台 CAP。Nest.js 使用 TypeScript 作为主要语言,提供了严格的类型检查,采用模块化和面向切面编程的概念,使得代码组织结构清晰且易于测试。
Original file line number Diff line number Diff line change 1
1
start_nest :
2
2
default :
3
- languages :
4
- - nodejs20
5
- steps :
6
- - run : npm install
7
- path : ./code
8
- - run : npm run build
9
- path : ./code
10
- defaultBuilder :
11
3
languages :
12
4
- nodejs20
13
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-next-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示如何将 Next.js,一款功能强大的 React 框架,快速创建并部署到云原生应用开发平台 CAP。Next.js 专为开发高性能页面和应用而设计,提供流畅的浏览体验和高度优化的解决方案。
8
8
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/nodejs/next
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 1
1
start_next :
2
2
default :
3
- languages :
4
- - nodejs20
5
- steps :
6
- - run : npm install
7
- path : ./code
8
- - run : npm run build
9
- path : ./code
10
- - run : cp -r public .next/standalone/public
11
- path : ./code
12
- - run : cp -r static standalone/.next/static
13
- path : ./code/.next
14
- defaultBuilder :
15
3
languages :
16
4
- nodejs20
17
5
steps :
Original file line number Diff line number Diff line change 1
1
Edition : 3.0.0
2
2
Type : Project
3
3
Name : start-nuxt-cap
4
- Version : 0.0.4
4
+ Version : 0.0.5
5
5
Provider :
6
6
- 阿里云
7
7
Description : 本案例展示了如何将 Nuxt.js,一款在前端开发者社区中非常流行的 Vue.js 框架,快速创建并部署到云原生应用开发平台 CAP。Nuxt.js 通过提供自动化的流程和强大的默认设置,使得构建快速和优化的 Web 应用程序变得简单。
Original file line number Diff line number Diff line change 1
1
start_nuxt :
2
2
default :
3
- languages :
4
- - nodejs20
5
- steps :
6
- - run : npm install --production
7
- path : ./code
8
- - run : npm run build
9
- path : ./code
10
- defaultBuilder :
11
3
languages :
12
4
- nodejs20
13
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-thinkjs-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示了如何将 ThinkJS,一款高效的 Node.js 框架,快速创建并部署到阿里云函数计算 FC。ThinkJS 采用了全新的 ES6/7 语法,提供了更优雅的异步代码编写方式,显著提高了开发效率。
8
8
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/nodejs/thinkjs
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 1
1
start_thinkjs :
2
2
default :
3
- languages :
4
- - nodejs20
5
- steps :
6
- - run : npm install --production
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- nodejs20
11
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-django-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示了如何将 Django,一款非常受欢迎的 Web 框架,快速创建并部署到云原生应用开发平台 CAP。Django 以其强大的功能、易用性、完善的生态系统和长期的社区支持,广泛应用于 Web 应用开发、API 以及后台管理系统等多种场景。
8
8
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/python/django
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 1
1
start_django :
2
2
default :
3
- languages :
4
- - python3.10
5
- steps :
6
- - run : mkdir -p python
7
- path : ./code
8
- - run : pip install -r requirements.txt -t ./python
9
- path : ./code
10
- defaultBuilder :
11
3
languages :
12
4
- python3.10
13
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-fastapi-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示了如何将 FastAPI,一款快速且高效的 Web 框架,快速创建并部署到云原生应用开发平台 CAP。FastAPI 以其出色性能、自动文档生成、数据验证和转换、类型注解支持等特点。
8
8
Organization : 阿里云函数计算(FC)
9
9
Effective : Public
Original file line number Diff line number Diff line change 1
1
start_fastapi :
2
2
default :
3
- languages :
4
- - python3.10
5
- steps :
6
- - run : mkdir -p python
7
- path : ./code
8
- - run : pip install -r requirements.txt -t ./python
9
- path : ./code
10
- defaultBuilder :
11
3
languages :
12
4
- python3.10
13
5
steps :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Type: Project
3
3
Name : start-flask-cap
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.4
6
+ Version : 0.0.5
7
7
Description : 本案例展示了如何将 Flask,一款非常受欢迎的 Web 框架,快捷创建并部署到云原生应用开发平台 CAP。Flask 以其轻量级、简洁性和易用性著称,特别适用于小型、简单的 Web 应用或 API 开发。
8
8
HomePage : https://github.com/devsapp/start-web-framework/tree/dipper/web-framework/python/flask
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change 1
1
start_flask :
2
2
default :
3
- languages :
4
- - python3.10
5
- steps :
6
- - run : mkdir -p python
7
- path : ./code
8
- - run : pip install -r requirements.txt -t ./python
9
- path : ./code
10
- defaultBuilder :
11
3
languages :
12
4
- python3.10
13
5
steps :
Original file line number Diff line number Diff line change 1
1
Edition : 3.0.0
2
2
Type : Project
3
3
Name : start-tornado-cap
4
- Version : 0.0.4
4
+ Version : 0.0.5
5
5
Provider :
6
6
- 阿里云
7
7
Description : 本案例展示了如何将 Tornado,一款优秀的 Web 框架,快速搭建并部署到云原生应用开发平台 CAP。Tornado 以其优异的性能和灵活的设计著称,广泛应用于构建高性能的 Web 应用程序、实时 Web 服务、长连接的实时通信以及网络爬虫等领域。
Original file line number Diff line number Diff line change 1
1
start_tornado :
2
2
default :
3
- languages :
4
- - python3.10
5
- steps :
6
- - run : pip3 install -r requirements.txt -t .
7
- path : ./code
8
- defaultBuilder :
9
3
languages :
10
4
- python3.10
11
5
steps :
You can’t perform that action at this time.
0 commit comments