Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vert-x3/advanced-vertx-guide

A gentle guide for advanced Vert.x users
https://github.com/vert-x3/advanced-vertx-guide

async netty reactive vertx

Last synced: 7 days ago
JSON representation

A gentle guide for advanced Vert.x users

Awesome Lists containing this project

README

        

# Advanced Vert.x Guide

This is a live guide that is improved over time, if you believe there is a missing concern, open an issue or help us with a contribution to improve the community experience.

It aims to document more advanced/internal about Vert.x as a guide.

- 👓 [HTML](https://vert-x3.github.io/advanced-vertx-guide/index.html) version
- 👊 [an issue](https://github.com/vert-x3/advanced-vertx-guide/issues)

# Building the book

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