netty
There are 1559 repositories under netty topic.
crossoverJie/JCSprout
👨🎓 Java Core Sprout : basic, concurrent, algorithm
doocs/source-code-hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
thingsboard/thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization.
eclipse-vertx/vert.x
Vert.x is a tool-kit for building reactive applications on the JVM
crossoverJie/cim
📲cim(cross IM) 适用于开发者的分布式即时通讯系统
mrniko/netty-socketio
Socket.IO server implemented on Java. Realtime java framework
gatling/gatling
Modern Load Testing as Code
AsyncHttpClient/async-http-client
Asynchronous Http and WebSocket Client library for Java
jetlinks/jetlinks-community
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
JackJiang2011/MobileIMSDK
一个原创多端IM通信层框架,轻量级、高度提炼,历经10年、久经考验。可能是市面上唯一同时支持UDP+TCP+WebSocket三种协议的同类开源框架,支持 iOS、Android、Java、H5、小程序、Uniapp,服务端基于Netty。
line/armeria
Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
mpusher/mpush
MPush开源实时消息推送系统
Atmosphere/atmosphere
Event Driven WebSockets Framework with Cross-Browser Fallbacks
helidon-io/helidon
Java libraries for writing microservices
sanshengshui/netty-learning-example
:egg: Netty实践学习案例,见微知著!带着你的心,跟着教程。我相信你行欧。
reactor/reactor-netty
TCP/HTTP/UDP/QUIC client/server with Reactor over Netty
sofastack/sofa-bolt
SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty.
luxiaoxun/NettyRpc
A simple RPC framework based on Netty, ZooKeeper and Spring
rsocket/rsocket-java
Java implementation of RSocket
waylau/netty-4-user-guide
Chinese translation of Netty 4.x User Guide. 中文翻译《Netty 4.x 用户指南》
FreddyChen/NettyChat
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。
dromara/raincat
强一致分布式事务框架
waylau/netty-4-user-guide-demos
Netty demos. (Netty 案例大全)
zfoo-project/zfoo
💡Extremely fast enterprise server framework, can be used in RPC, game server, web server.
YeautyYE/netty-websocket-spring-boot-starter
:rocket: lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架)
waylau/essential-netty-in-action
It is a book about the Essentials of Norman Maurer's Netty in Action.《Netty 实战(精髓)》是对 Norman Maurer 的 《Netty in Action》的一个精简
zhonghuasheng/Tutorial
后端 (Java Golang)全栈知识架构体系总结
jwpttcg66/NettyGameServer
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
LjyYano/Thinking_in_Java_MindMapping
编程笔记、观影指南、读书笔记、生活感悟、Switch 游戏
monkeyWie/proxyee
HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
a2888409/face2face
基于netty的异步非阻塞实时聊天(IM)服务器。
fengjiachun/Jupiter
Jupiter是一款性能非常不错的, 轻量级的分布式服务框架
ReactivePlatform/netty-in-action-cn
Netty In Action 中文版
tang-jie/NettyRPC
NettyRPC is high performance java rpc server base on Netty,using kryo,hessian,protostuff support message serialization.
xuwujing/java-study
java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。
piomin/sample-spring-microservices-new
Demo for Spring Boot 3(`master` branch)/2(other branches) and Spring Cloud microservices with distributed configuration (Spring Cloud Config), service discovery (Eureka), API gateway (Spring Cloud Gateway, Zuul), Swagger/OpenAPI documentation (Springdoc), logs correlation using Spring Cloud Sleuth/Micrometer OTEL and many more