-
Updated
Feb 8, 2022 - Java
#
netty
Here are 1,329 public repositories matching this topic...
编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类
mysql
python
linux
docker
redis
elasticsearch
spark
spring
hadoop
rabbitmq
solr
jvm
netty
springboot
mybatis
springcloud
-
Updated
Mar 5, 2022
Vert.x is a tool-kit for building reactive applications on the JVM
-
Updated
Apr 7, 2022 - Java
Open-source IoT Platform - Device management, data collection, processing and visualization.
visualization
java
platform
mqtt
iot
coap
middleware
cloud
microservices
kafka
dashboard
netty
snmp
websockets
widgets
iot-platform
lwm2m
thingsboard
iot-analytics
iot-solutions
-
Updated
Apr 9, 2022 - Java
Asynchronous Http and WebSocket Client library for Java
-
Updated
Feb 26, 2022 - Java
slandelle
commented
Feb 11, 2016
Not that complicated to implement:
- introduce in SslClientContext the same kind of changes as in SslServerContext so it's no longer
Event Driven WebSockets Framework with Cross-Browser Fallbacks
-
Updated
Mar 31, 2022 - Java
jrhee17
commented
Mar 21, 2022
Some users may want to add multiple query param values for a single key
e.g. localhost:8080/v1?id=1&id=2&id=3
However, WebClient.prepare().queryParam() performs a QueryParamsBuilder#setObject by default, making it
difficult to execute such a query programmatically
WebClient.prepare()
.get("/")
.queryParam("id", 1)
.queryParam("id", 2)
.q
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
java
mqtt
iot
spring-boot
tcp
rule-engine
netty
websocket
reactive-streams
iot-platform
reactor
webflux
r2dbc
jetlinks
-
Updated
Apr 6, 2022 - Java
Java libraries for writing microservices
-
Updated
Apr 8, 2022 - Java
Chinese translation of Netty 4.x User Guide. 中文翻译《Netty 4.x 用户指南》
-
Updated
Aug 10, 2021
A simple RPC framework based on Netty, ZooKeeper and Spring
-
Updated
Nov 15, 2021 - Java
violetagg
commented
Jun 12, 2019
More details here
violetagg/reactor-netty-workshop#2
It is a book about the Essentials of Norman Maurer's Netty in Action.《Netty 实战(精髓)》是对 Norman Maurer 的 《Netty in Action》的一个精简
-
Updated
Jun 28, 2020
Jupiter是一款性能非常不错的, 轻量级的分布式服务框架
java
socket
distributed-systems
spring
microservice
netty
high-performance
cluster
service-discovery
rpc
nio
rpc-framework
hessian
jupiter
service-consumer
service-provider
service-registry
kryo
protostuff
netty4
-
Updated
Sep 26, 2021 - Java
Netty In Action 中文版
-
Updated
Apr 1, 2022 - Java
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
redis
netty
http-server
game-server
gameserver
udp-server
httpserver
rpcserver
netty-game-server
netty-server
nettygameserver
nettygame
game-db
game-sharding-mybatis
async-db
game-dictionary
game-aysnc-event
game-proxy
web-socket-server
html5-server
-
Updated
Mar 31, 2022 - Java
chat
spring-boot
annotation
asynchronous
netty
websocket
spring-boot-starter
im
spring-boot-websocket
netty-spring-boot-starter
-
Updated
Dec 9, 2021 - Java
Improve this page
Add a description, image, and links to the netty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netty topic, visit your repo's landing page and select "manage topics."
这里的路由和server通信是否可以用一个长连接来维护更好