Skip to content

Commit 91e5f4f

Browse files
committed
Update servers support section
1 parent 73319cd commit 91e5f4f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ <h4>Unified Architecture</h4>
222222
<ion-icon name="server-outline" size="large"></ion-icon>
223223
</div>
224224
<h4>Multiple Servers</h4>
225-
<p>Built-in support for Netty, Tomcat, and Undertow. switch between them with a simple flag.</p>
225+
<p>HttpServer is the built-in default, but also supports Tomcat, Netty HTTP server, and Undertow.</p>
226226
</div>
227227

228228
<div class="feature-item">
@@ -325,7 +325,7 @@ <h4>Zero Configuration</h4>
325325
'unified': '统一架构',
326326
'unified-desc': '只需编写一次逻辑,即可同时作为命令行接口和 Web API 发布。',
327327
'servers': '多服务器支持',
328-
'servers-desc': '内置支持 Netty、Tomcat 和 Undertow。只需一个简单的标志即可切换。',
328+
'servers-desc': '默认内置 HttpServer,同时也支持 Tomcat、Netty HTTP server 和 Undertow。',
329329
'ai': 'AI 就绪 (MCP)',
330330
'ai-desc': '原生集成模型上下文协议 (MCP),用于构建下一代 AI 应用程序。',
331331
'sse': '实时 SSE',
@@ -352,7 +352,7 @@ <h4>Zero Configuration</h4>
352352
'unified': 'Unified Architecture',
353353
'unified-desc': 'Write your logic once and expose it as both a Command Line Interface and a Web API instantly.',
354354
'servers': 'Multiple Servers',
355-
'servers-desc': 'Built-in support for Netty, Tomcat, and Undertow. Switch between them with a simple flag.',
355+
'servers-desc': 'HttpServer is the built-in default, but also supports Tomcat, Netty HTTP server, and Undertow.',
356356
'ai': 'AI Ready (MCP)',
357357
'ai-desc': 'Native integration with Model Context Protocol for building next-gen AI applications.',
358358
'sse': 'Real-time SSE',

0 commit comments

Comments
 (0)