# Vert.x逐陆记

## Vert.x逐陆记

- [简介](https://lang-yu.gitbook.io/vert.x/readme.md)
- [0. 楔子](https://lang-yu.gitbook.io/vert.x/00-index.md)
- [0.1.目录](https://lang-yu.gitbook.io/vert.x/00-index/00-1-table-content.md)
- [0.2.术语](https://lang-yu.gitbook.io/vert.x/00-index/00-2-terminology.md)
- [0.3.本地化](https://lang-yu.gitbook.io/vert.x/00-index/00-3-installation.md)
- [1. 锋芒乍现](https://lang-yu.gitbook.io/vert.x/01-index.md)
- [1.1.一切从FP开始](https://lang-yu.gitbook.io/vert.x/01-index/01-1-functional-programming.md)
- [1.2.Vert.x基础](https://lang-yu.gitbook.io/vert.x/01-index/01-2-vertx-fundation.md)
- [1.3.Vertx实例](https://lang-yu.gitbook.io/vert.x/01-index/01-3-vertx-instance.md)
- [1.4.Verticle实例](https://lang-yu.gitbook.io/vert.x/01-index/01-4-verticle-instance.md)
- [1.5.Verticle生命周期](https://lang-yu.gitbook.io/vert.x/01-index/01-5-verticle-lifecycle.md)
- [1.6.Context上下文](https://lang-yu.gitbook.io/vert.x/01-index/01-6-context-environment.md)
- [1.7.EventBus初探](https://lang-yu.gitbook.io/vert.x/01-index/01-7-eventbus-primary.md)
- [2. 精灵谷](https://lang-yu.gitbook.io/vert.x/02-index.md)
- [2.1.JSON](https://lang-yu.gitbook.io/vert.x/02-index/02-1-json.md)
- [2.2.JsonObject和JsonArray](https://lang-yu.gitbook.io/vert.x/02-index/02-2-vertx-json.md)
- [2.3.Buffer](https://lang-yu.gitbook.io/vert.x/02-index/02-3-buffer.md)
- [2.4.Options](https://lang-yu.gitbook.io/vert.x/02-index/02-4-options.md)
- [2.5.Store](https://lang-yu.gitbook.io/vert.x/02-index/02-5-store.md)
- [2.6.Async之役](https://lang-yu.gitbook.io/vert.x/02-index/02-7-async-programming.md)
- [3. 服务之遥](https://lang-yu.gitbook.io/vert.x/03-index.md)
- [3.1.正确打开REST](https://lang-yu.gitbook.io/vert.x/03-index/03-1-restful.md)
- [3.2.HttpServer初赦](https://lang-yu.gitbook.io/vert.x/03-index/03-2-http-server.md)
- [3.3.Router路由管理器](https://lang-yu.gitbook.io/vert.x/03-index/03-3-router-manager.md)
- [3.4.一切都是Handler](https://lang-yu.gitbook.io/vert.x/03-index/03-4-handler.md)
- [3.5.URI设计之魂](https://lang-yu.gitbook.io/vert.x/03-index/03-5-uri-design.md)
