You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>HttpServer is the built-in default, but also supports Tomcat, Netty HTTP server, and Undertow.</p>
225
+
<p>HttpServer is the built-in default, but also supports <ahref="https://github.com/tinystruct/tinystruct-tomcat-server" target="_blank">Tomcat</a>, <ahref="https://github.com/tinystruct/tinystruct-netty-http-server" target="_blank">Netty</a> HTTP server, and <ahref="https://github.com/tinystruct/tinystruct-undertow-server" target="_blank">Undertow</a>.</p>
226
226
</div>
227
227
228
228
<divclass="feature-item">
@@ -325,7 +325,7 @@ <h4>Zero Configuration</h4>
325
325
'unified': '统一架构',
326
326
'unified-desc': '只需编写一次逻辑,即可同时作为命令行接口和 Web API 发布。',
327
327
'servers': '多服务器支持',
328
-
'servers-desc': '默认内置 HttpServer,同时也支持 Tomcat、Netty HTTP server 和 Undertow。',
'unified-desc': 'Write your logic once and expose it as both a Command Line Interface and a Web API instantly.',
354
354
'servers': 'Multiple Servers',
355
-
'servers-desc': 'HttpServer is the built-in default, but also supports Tomcat, Netty HTTP server, and Undertow.',
355
+
'servers-desc': 'HttpServer is the built-in default, but also supports <a href="https://github.com/tinystruct/tinystruct-tomcat-server" target="_blank">Tomcat</a>, <a href="https://github.com/tinystruct/tinystruct-netty-http-server" target="_blank">Netty</a> HTTP server, and <a href="https://github.com/tinystruct/tinystruct-undertow-server" target="_blank">Undertow</a>.',
356
356
'ai': 'AI Ready (MCP)',
357
357
'ai-desc': 'Native integration with Model Context Protocol for building next-gen AI applications.',
0 commit comments