Vert.x:一个用于构建高并发、事件驱动、响应式(reactive)应用的开源工具包/框架,常用于在 JVM 上开发微服务、Web 服务与消息驱动系统。(也常写作 Vert.x)
/ˈvɜːr.tɛks/
The team built the API gateway with Vert.x.
团队用 Vert.x 构建了 API 网关。
Because Vert.x uses an event-loop model, the service can handle many concurrent connections without creating a thread for each request.
由于 Vert.x 采用事件循环模型,这个服务无需为每个请求创建线程也能处理大量并发连接。
Vert.x 的命名常被认为与 vertex(顶点)相关:暗示“枢纽/核心节点”,而 “.x” 带有“扩展、跨语言、面向未来”的意味;它也体现了该项目强调的模块化与多语言支持(如 Java、Kotlin、JavaScript、Groovy 等)。