https://github.com/codeweiz/nexus
https://github.com/codeweiz/nexus
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeweiz/nexus
- Owner: codeweiz
- Created: 2022-06-07T14:50:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T15:38:25.000Z (over 3 years ago)
- Last Synced: 2024-03-22T14:44:59.836Z (over 2 years ago)
- Language: Java
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 进行增删改查;