boliza / vert.x

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

Home Page:http://vertx.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Building documentation

> mvn package -Pdocs -DskipTests

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

About

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

http://vertx.io

License:Other


Languages

Language:Java 99.2%Language:HTML 0.8%