百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

reactor-netty

> 前端框架
开源

基于 Netty 的 Reactor 的 TCP/HTTP/UDP/QUIC 客户端/服务器

2.8K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

基于 Netty 的 Reactor 的 TCP/HTTP/UDP/QUIC 客户端/服务器

Reactor Netty

Reactor Netty offers non-blocking and backpressure-ready TCP/HTTP/UDP/QUIC clients & servers based on Netty framework.

Getting it

Reactor Netty requires Java 8 or + to run.

With Gradle from repo.spring.io or Maven Central repositories (stable releases only):

    repositories {
      //maven { url 'https://repo.spring.io/snapshot' }
      mavenCentral()
    }

    dependencies {
      //compile "io.projectreactor.netty:reactor-netty-core:1.4.0-SNAPSHOT"
      compile "io.projectreactor.netty:reactor-netty-core:1.4.0-M1"
      //compile "io.projectreactor.netty:reactor-netty-http:1.4.0-SNAPSHOT"
      compile "io.projectreactor.netty:reactor-netty-http:1.4.0-M1"
    }

See the Reference documentation for more information on getting it (eg. using Maven, or on how to get milestones and snapshots).

Getting Started

New to Reactor Netty? Check this Reactor Netty Workshop and the Reference documentation

Here is a very simple HTTP server and the corresponding HTTP client example

…
…

Getting help

Having trouble with Reactor Netty? We'd like to help!

  • If you are upgrading, read the release notes for upgrade instructions and new and noteworthy features.
  • Ask a question - we monitor stackoverflow.com for questions tagged with reactor-netty. You can also chat with the community on Gitter.
  • Report bugs with Reactor Netty at github.com/reactor/reactor-netty/issues.
  • More about Support and Deprecation policies

Reporting Issues

Reactor Netty uses GitHub’s integrated issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:

  • Before you log a bug, please search the issue tracker to see if someone has already reported the problem.
  • If the issue doesn't already exist, create a new issue.
  • Please provide as much information as possible with the issue report, we like to know the version of Reactor Netty that you are using, as well as your Operating System and JVM version.
  • If you want to raise a security vulnerability, please review our Security Policy for more details.

Contributing

See our Contributing Guide for information about contributing to Reactor Netty.

Building from Source

You don't need to build from source to use Reactor Netty (binaries in repo.spring.io), but if you want to try out the latest and greatest, Reactor Netty can be easily built with the gradle wrapper. You also need JDK 1.8.

$ git clone https://github.com/reactor/reactor-netty.git
$ cd reactor-netty
$ ./gradlew build

If you want to publish the artifacts to your local Maven repository use:

$ ./gradlew publishToMavenLocal

Javadoc

https://projectreactor.io/docs/netty/release/api/

Guides

  • https://projectreactor.io/docs/netty/release/reference/index.html
  • https://violetagg.github.io/reactor-netty-workshop/

License

Reactor Netty is Open Source Software released under the Apache License 2.0

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •If you are upgrading, read the release notes
  • •Ask a question - we monitor stackoverflow.com for questions
  • •Report bugs with Reactor Netty at github.com/reactor/reactor-netty/issues.
  • •More about Support and Deprecation policies
  • •Before you log a bug, please search the issue tracker
  • •If the issue doesn't already exist, create a new issue.
  • •Please provide as much information as possible with the issue report, we like to know
  • •If you want to raise a security vulnerability, please review our Security Policy for more details.
  • •https://projectreactor.io/docs/netty/release/reference/index.html
  • •https://violetagg.github.io/reactor-netty-workshop/

> 标签

Javafluxhttpipcmono

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架