# webflux-long-polling **Repository Path**: w1ida/webflux-long-polling ## Basic Information - **Project Name**: webflux-long-polling - **Description**: 基于WebFlux实现的长轮询服务端 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-12-25 - **Last Updated**: 2023-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基于WebFlux实现的长轮询服务端 长轮询介绍:https://segmentfault.com/a/1190000024430529 ### 快速开始 ```shell #1. 启动服务端 ./mvnw spring-boot:run #2. 启动客户端 ./ ./mvnw exec:java "-Dexec.mainClass=com.example.webflux.demo.LongPollingClient" ``` ### Demo视频 [下载视频](./docs/videos/long-polling.mp4) ### 性能测试 CPU: AMD 3700x 8C Mem: 32G 并发数:10000 测试结果: ![image](docs/images/jmeter-report.png)