https://github.com/wangzihaogithub/spring-netty-example
所有netty项目的例子
https://github.com/wangzihaogithub/spring-netty-example
netty netty-example netty-rpc netty-servlet netty-websocket qps spring-boot spring-boot-netty spring-boot-protocol
Last synced: 4 months ago
JSON representation
所有netty项目的例子
- Host: GitHub
- URL: https://github.com/wangzihaogithub/spring-netty-example
- Owner: wangzihaogithub
- Created: 2018-11-07T13:50:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T11:33:01.000Z (over 2 years ago)
- Last Synced: 2024-03-07T12:45:46.651Z (over 2 years ago)
- Topics: netty, netty-example, netty-rpc, netty-servlet, netty-websocket, qps, spring-boot, spring-boot-netty, spring-boot-protocol
- Language: Java
- Homepage:
- Size: 200 KB
- Stars: 19
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# netty-example
所有功能的使用示例 右键运行main方法即可
---
#### 包 netty-example-qps 测试用途
#### 包 spring-boot-example-protocol 主要功能!spring编写多协议示例代码
#### 包 netty-example-rpc-api RPC接口定义jar包
#### 包 netty-example-rpc-consumer RPC消费者示例代码
#### 包 netty-example-rpc-provider RPC生产者示例代码
#### 包 netty-example-servlet Servlet容器示例代码
#### 包 netty-example-sse-server sse长连接示例代码
#### 包 netty-example-websocket-server 长连接示例代码