All Projects → vietj → Advanced Vertx Guide

vietj / Advanced Vertx Guide

A gentle guide for advanced Vert.x users

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Advanced Vertx Guide

Vertx Sql Client
High performance reactive SQL Client written in Java
Stars: ✭ 690 (+484.75%)
Mutual labels:  async, reactive, vertx, netty
Vertx Zero
Zero Framework:http://www.vertxup.cn
Stars: ✭ 320 (+171.19%)
Mutual labels:  async, vertx, netty
Vertx Guide For Java Devs
Vert.x 3 guide for Java developers
Stars: ✭ 500 (+323.73%)
Mutual labels:  async, reactive, vertx
Vertx Examples
Vert.x examples
Stars: ✭ 3,202 (+2613.56%)
Mutual labels:  async, reactive, vertx
Aws Sdk
Using vertx-client for AWS SDK v2
Stars: ✭ 38 (-67.8%)
Mutual labels:  reactive, vertx, netty
Vert.x
Vert.x is a tool-kit for building reactive applications on the JVM
Stars: ✭ 12,544 (+10530.51%)
Mutual labels:  reactive, vertx, netty
Vertx Auth
Stars: ✭ 122 (+3.39%)
Mutual labels:  async, reactive, vertx
Vertx Jooq
A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs.
Stars: ✭ 299 (+153.39%)
Mutual labels:  reactive, vertx
Atmosphere
Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks
Stars: ✭ 3,552 (+2910.17%)
Mutual labels:  vertx, netty
Combinex
Open source implementation for Apple's Combine
Stars: ✭ 496 (+320.34%)
Mutual labels:  async, reactive
Servicetalk
A networking framework that evolves with your application
Stars: ✭ 656 (+455.93%)
Mutual labels:  reactive, netty
Kvision
Object oriented web framework for Kotlin/JS
Stars: ✭ 658 (+457.63%)
Mutual labels:  reactive, vertx
Async Http Client
Asynchronous Http and WebSocket Client library for Java
Stars: ✭ 5,876 (+4879.66%)
Mutual labels:  async, netty
vertx-tracing
Vertx integration with tracing libraries
Stars: ✭ 21 (-82.2%)
Mutual labels:  reactive, vertx
demo-vertx-kotlin-rxjava2-kubernetes
Demonstration of Eclipse Vert.x, Kotlin, RxJava2 and Kubernetes
Stars: ✭ 23 (-80.51%)
Mutual labels:  reactive, vertx
vertx-mongo-client
Mongo Client for Eclipse Vert.x
Stars: ✭ 54 (-54.24%)
Mutual labels:  reactive, vertx
Mycat2
MySQL Proxy using Java NIO based on Sharding SQL,Calcite ,simple and fast
Stars: ✭ 750 (+535.59%)
Mutual labels:  async, vertx
Vertx Web
HTTP web applications for Vert.x
Stars: ✭ 853 (+622.88%)
Mutual labels:  reactive, vertx
vertx-mail-client
No description or website provided.
Stars: ✭ 30 (-74.58%)
Mutual labels:  netty, vertx
vertx-codegen
Vert.x code generator for asynchronous polyglot APIs
Stars: ✭ 95 (-19.49%)
Mutual labels:  reactive, vertx

Advanced Vert.x guide

This is an effort that aims to document more advanced/internal about Vert.x as a guide.

Build Status

Building the book

> mvn package
> open target/docs/advanced-vertx-guide/index.html

Project structure

The book uses the Vert.x Docgen project to render Java code in the Asciidoc files, allowing real source code to be included in the project with Javadoc {@link} tags.

Contributing

Anyone is welcome to contribute to this guide given that it improves this guide.

This is GitHub based and integrated with Travis, that means you can fork it, build it in your own Travis account and make pull requests.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].