Vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
Alternatives To Vert.x
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Vert.x13,7737,6336583 days ago136June 22, 2023283otherJava
Vert.x is a tool-kit for building reactive applications on the JVM
Vertx Examples3,449
a month ago45apache-2.0Java
Vert.x examples
Vertx Awesome2,037
4 months agoapache-2.0
A curated list of awesome Vert.x resources, libraries, and other nice things.
Kvision1,1033513 days ago85August 16, 202317mitKotlin
Object oriented web framework for Kotlin/JS
Vertx Web1,059
8 days ago151apache-2.0Java
HTTP web applications for Vert.x
Vertx Sql Client849164 days ago54July 06, 2022120apache-2.0Java
High performance reactive SQL Client written in Java
Smallrye Mutiny702135 days ago49June 20, 202213apache-2.0Java
An Intuitive Event-Driven Reactive Programming Library for Java
Vertx Guide For Java Devs529
2 years ago13apache-2.0Java
Vert.x 3 guide for Java developers
Hibernate Reactive40037 days ago36June 30, 202281apache-2.0Java
A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
Vertx Jooq35622a year ago41August 25, 202233mitJava
A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs.
Alternatives To Vert.x
Select To Compare


Alternative Project Comparisons
Readme

Build Status (5.x) Build Status (4.x)

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

Popular Reactive Projects
Popular Vertx Projects
Popular Control Flow Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Http2
Socket
Reactive
Transport
Concurrency
Netty
Vertx
Nio
Event Loop
Non Blocking