基于netty实现mqtt协议 服务器端开发
☆39May 14, 2018Updated 7 years ago
Alternatives and similar repositories for mqttserver
Users that are interested in mqttserver are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- MQTT broker for java based on Netty☆15Sep 2, 2025Updated 8 months ago
- 基于netty的mqtt服务☆14Feb 1, 2018Updated 8 years ago
- springboot+mtqq+netty(一个简单的IoT开发的Java交互后端,也可以用来做即时通信)☆41Mar 6, 2018Updated 8 years ago
- Java Mqtt server/broker base on netty, mongodb, redis and spring boot☆14Sep 27, 2016Updated 9 years ago
- This is the plugin for Jmeter to Test MQTT protocol☆10Jan 29, 2018Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- A simple MQTT java client utilizing Spring Boot and the Eclipse Paho Client. Supports SSL connections and importing files to send as data…☆14Dec 27, 2016Updated 9 years ago
- 一个基于POP3和SMTP协议的邮件收发库☆10Aug 1, 2016Updated 9 years ago
- shiyanlou public library☆15Apr 24, 2020Updated 6 years ago
- 基于Netty的异步非阻塞IOT服务器。☆15Dec 15, 2017Updated 8 years ago
- 基于netty+mqtt3.1.1+springboot+jdk8 实现的 mqtt 服务端跟客户端☆407Jan 14, 2022Updated 4 years ago
- 插件化☆13Jan 27, 2026Updated 3 months ago
- 网盘项目☆10Mar 9, 2017Updated 9 years ago
- easymqtt4j , netty +mqtt +subscriber+ publisher +broker+cluster server for java☆13Apr 13, 2026Updated 3 weeks ago
- 基于搜索引擎实现网盘搜索☆12Nov 15, 2018Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 基于springboot容器,zokeeper分布式协调服务,dubbo分布式服务框架,redis缓存,spring jdbctemplate,mybatis持久层框架,mysql数据库等,加入netty+mqtt☆14May 27, 2025Updated 11 months ago
- SpringBoot框架搭建的WebSocket项目☆10Jun 6, 2017Updated 8 years ago
- 使用Java AIO实现的MQTT协议服务器,用于推送和IM聊天☆328May 8, 2020Updated 5 years ago
- java快速上手的网络IO框架,基于netty, google protobuf 数据传输协议,disruptor队列,zookeeper服务注册发现,支持心跳检测,断线重连,tcp连接池,注解分发消息。用于服务器间长连接通讯,可搭建分布式服务器以及分布式游戏。☆21Oct 4, 2022Updated 3 years ago
- MQTT协议的Broker(服务器)端实现,单机最低可支持2w+并发连接数,支持SSL加密及WebSocket连接。与Eclipse的Mosquitto功能类似,但拥有更高的并发承受能力。☆13Mar 8, 2022Updated 4 years ago
- 面向学校、学院、老师的网盘,存储个人文件资源☆17Jan 4, 2018Updated 8 years ago
- 基于Netty实现轻量级的微服务通讯网关。主要实现了安全、流控、代理、路由等功能。☆18Oct 28, 2016Updated 9 years ago
- 项目中为了提高tps(并发量),常采用读写分离的方式。这个demo实现了动态切换数据源的例子(1:用注解,aop实现自动切换;2手动切换)☆13Aug 4, 2023Updated 2 years ago
- Vue.js+Laravel构建的前后端分离网盘系统☆21May 10, 2017Updated 8 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 利用docker快速构建Nginx+Keepalived双主集群实现负载均衡☆31Jan 23, 2018Updated 8 years ago
- 我经常用到的一些小工具类:类型验证、转换,http,oauth,job,redis queue,jsonrpc等☆13Feb 8, 2017Updated 9 years ago
- 使用一致性哈希consistent-hashing来实现分布式redis,基于spring使用的缓存工具☆14Aug 3, 2017Updated 8 years ago
- 设备协议网关,用于接收(MQTT,UDP)消息并将报文协议转换为jetlinks协议☆42Jan 16, 2020Updated 6 years ago
- ☆16Apr 2, 2025Updated last year
- 支付订单系统分表分库高并发实现☆13Mar 31, 2022Updated 4 years ago
- j360系列 - 缓存异步写数据库的框架☆15Apr 14, 2016Updated 10 years ago
- a IoT data collector framework and power by springboot+netty+rabbitmq/kafka - 中国加油!武汉加油!☆141Jun 17, 2022Updated 3 years ago
- mqtt压测工具。支持subscribe、publish压测方式,支持模拟客户端连接数。☆102Mar 30, 2019Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Java + Netty 实现的高并发高可用MQTT服务broker,轻松支持10万并发(有群友实现了130万在线)☆726Apr 2, 2026Updated last month
- ☆10Feb 18, 2017Updated 9 years ago
- A distributed MQTT broker,based on raft and rocksdb. 基于raft协议与rocksdb实现,完整V3.1.1协议规范实现.☆68Aug 4, 2020Updated 5 years ago
- 基于Netty+MQTT的高性能推送服务框架。支持普通Socket、MQTT、MQTT web socket协议。非常方便接入上层业务实现推送业务。☆640Jul 12, 2025Updated 9 months ago
- Springboot读写分离,其实这个是在代码上面处理,实现动态数据源通过反射,AOP方式进行切换。其实在数据库方面,要做到主从同步。可以参照我的博客配置主从同步(MYSQL)https://jordenlwq.github.io/2017/12/06/hello-worl…☆15Apr 2, 2018Updated 8 years ago
- 豆瓣近期电影爬取,并使用三维相册展示。☆27Nov 11, 2017Updated 8 years ago
- JAVA RPC框架,基于netty,kryo,zookeeper 和 spring实现,可无缝接入Spring,客户端和服务器端均采用异步处理,实现20000+TPS。负载均衡策略为轮询。☆15May 25, 2017Updated 8 years ago