Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vert-x3/advanced-vertx-guide
- Owner: vert-x3
- Created: 2015-04-03T22:17:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T05:05:53.000Z (14 days ago)
- Last Synced: 2024-12-20T06:20:12.543Z (14 days ago)
- Topics: async, netty, reactive, vertx
- Language: CSS
- Homepage:
- Size: 344 KB
- Stars: 171
- Watchers: 22
- Forks: 45
- 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
```