vert.x

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

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownereclipse-vertx/vert.x
Primary LanguageJava
Program languageHTML (Language Count: 2)
Platform
License:Other
所有者活动
Created At2011-06-17 14:54:55
Pushed At2025-06-06 16:36:12
Last Commit At2025-06-02 10:08:09
Release Count190
Last Release Name4.5.15 (Posted on 2025-05-16 13:23:19)
First Release Name_old/v0.1 (Posted on 2011-10-10 13:26:38)
用户参与
Stargazers Count14.5k
Watchers Count522
Fork Count2.1k
Commits Count6.5k
Has Issues Enabled
Issues Count2828
Issue Open Count113
Pull Requests Count1872
Pull Requests Open Count83
Pull Requests Close Count797
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private