vert.x

Vert.x is a tool-kit for building reactive applications on the JVM

Github星跟踪图

Build Status

Vert.x Core

This is the repository for Vert.x core.

Vert.x core contains fairly low-level functionality, including support for HTTP, TCP, file system access, and various other features. You can use this directly in your own applications, and it's used by many of the other components of Vert.x.

For more information on Vert.x and where Vert.x core fits into the big picture please see the website.

Building Vert.x artifacts

> mvn package

Running tests

Runs the tests

> mvn test

Vert.x supports native transport on BSD and Linux, to run the tests with native transport

> mvn test -PtestNativeTransport

Vert.x supports domain sockets on Linux exclusively, to run the tests with domain sockets

> mvn test -PtestDomainSockets

Vert.x has a few integrations tests that run a differently configured JVM (classpath, system properties, etc....)
for ALPN, native and logging

> vertx verify -Dtest=FooTest # FooTest does not exists, its only purpose is to execute no tests during the test phase

Building documentation

> mvn package -Pdocs -DskipTests

Open target/docs/vertx-core/java/index.html with your browser

主要指标

概览
名称与所有者eclipse-vertx/vert.x
主编程语言Java
编程语言HTML (语言数: 2)
平台
许可证Other
所有者活动
创建于2011-06-17 14:54:55
推送于2025-04-20 14:55:42
最后一次提交2025-04-18 13:48:39
发布数186
最新版本名称5.0.0.CR6 (发布于 2025-04-07 09:59:12)
第一版名称_old/v0.1 (发布于 2011-10-10 13:26:38)
用户参与
星数14.5k
关注者数521
派生数2.1k
提交数6.5k
已启用问题?
问题数2812
打开的问题数111
拉请求数1854
打开的拉请求数80
关闭的拉请求数797
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?