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

https://github.com/codeweiz/nexus


https://github.com/codeweiz/nexus

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

Nexus 是一个 RPC 框架。

**Java** :

1. 动态代理机制;
2. 序列化机制以及各种序列化框架的对比,比如 hession2、kyro、protostuff。
3. 线程池的使用;
4. `CompletableFuture` 的使用
5. ......

**Netty** :

1. 使用 Netty 进行网络传输;
2. `ByteBuf` 介绍
3. Netty 粘包拆包
4. Netty 长连接和心跳机制

**Zookeeper** :

1. 基本概念;
2. 数据结构;
3. 如何使用 Netflix 公司开源的 zookeeper 客户端框架 Curator 进行增删改查;