package com.example;
import tech.smartboot.feat.cloud.annotation.Controller;
import tech.smartboot.feat.cloud.annotation.RequestMapping;
import tech.smartboot.feat.cloud.FeatCloud;
// 一个简单的 Feat Cloud 应用示例
@Controller
public class Application {
@RequestMapping("/")
public String helloWorld() {
return "hello Feat Cloud";
}
public static void main(String[] args) {
FeatCloud.cloudServer().listen();
}
} 向下滚动探索
Features
产品特色
Free · Elastic · Advanced · Tiny
F
Free
开源自由基于 AGPL-3.0 开源协议,保障技术透明与社区共建。合规授权企业可自由商用,共建开放生态。
E
Elastic
弹性伸缩弹性伸缩架构,轻松应对海量并发请求,支持十万级、百万级 QPS,满足高并发场景需求。
A
Advanced
先进技术全面支持 HTTP/1.0、1.1、2.0、WebSocket、SSE、TLS/SSL 等现代 Web 技术,内置路由、文件上传、WAF 等丰富功能。
T
Tiny
轻量极速微内核架构,基于自研 smart-socket 通信引擎。冷启动耗时低于 100ms,极致性能与资源效率的完美平衡。
Performance
性能表现
高性能异步处理,轻松应对海量并发
性能对比 超越 Vert.x 高性能网络框架
开发体验 类 SpringBoot 注解驱动,零配置上手
生态支持 AI + 云原生 内置 MCP、函数调用等 AI 能力