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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?