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: 6 months ago
JSON representation
A gentle guide for advanced Vert.x users
- Host: GitHub
- URL: https://github.com/vert-x3/advanced-vertx-guide
- Owner: vert-x3
- Created: 2015-04-03T22:17:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T05:06:15.000Z (6 months ago)
- Last Synced: 2025-03-30T06:18:39.963Z (6 months ago)
- Topics: async, netty, reactive, vertx
- Language: CSS
- Homepage:
- Size: 431 KB
- Stars: 171
- Watchers: 21
- Forks: 42
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```