Netty 实现基于 ProtoBuf 的 WebSocket 通信
☆62Jun 5, 2017Updated 9 years ago
Alternatives and similar repositories for netty-websocket-demo
Users that are interested in netty-websocket-demo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Netty实现聊天功能☆60Sep 22, 2016Updated 9 years ago
- 设计模式指南☆15Jun 25, 2017Updated 9 years ago
- 基于spring boot支持thrift序列 化的http的微服务框架☆60Jul 27, 2018Updated 8 years ago
- Netty+Protobuf实现游戏WebSocket通信实例-客户端和服务端☆23Oct 4, 2022Updated 3 years ago
- ☆79Sep 10, 2015Updated 10 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- springboot集成netty,使用protobuf作为数据传输格式,包含心跳检测、断开重连、上传数据、主动推送功能.☆300Mar 26, 2018Updated 8 years ago
- a fully-functioning websocket server built on netty.☆223Jul 28, 2017Updated 9 years ago
- 一个游戏客户端网络包,httputil, websocket protobuf实现和封装。☆14Jul 5, 2018Updated 8 years ago
- This is a simple NewIM, created for Mobile App.using Netty, Zookeeper and Protobuf☆19Nov 28, 2014Updated 11 years ago
- 使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用…☆1,669Apr 14, 2026Updated 3 months ago
- 使用Netty实现IMServer,支持Tcp和WebSocket实现。☆484Oct 17, 2016Updated 9 years ago
- Google 在 2018 年下旬开源了一款新的 Java 工具 Jib,可以轻松地将 Java 应用程序容器化。通过 Jib,我们不需要编写 Dockerfile 或安装 Docker,通过集成到 Maven 或 Gradle 插件,就可以立即将 Java 应用程序容器化…☆21Apr 7, 2019Updated 7 years ago
- 基于Netty+Redis+protobuf开发的即时通讯服务器☆111Jan 6, 2026Updated 6 months ago
- Easy to use websocket☆10May 24, 2023Updated 3 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- ☆38Jan 8, 2015Updated 11 years ago
- 整合netty的一个nio消息服务器,封装了请求、响应、广播消息,定义了线程模型,实现了客户端与服务器及服务器与服务器间的通讯☆26Aug 7, 2015Updated 10 years ago
- 基于阿里Dubbo框架的服务切换工具☆19Jul 21, 2017Updated 9 years ago
- spring+oauth2.0+dubbo+redis+activemq+swagger ui+mybatis+websocket | spring boot | spring cloud eureka☆12May 17, 2018Updated 8 years ago
- 一个基于Java的开源游戏服务器框架实现,使用了Netty、ProtoBuf、Disruptor等☆27Mar 31, 2016Updated 10 years ago
- 轮盘时间检查调度器 周期性检查器 按照轮盘设计,轮询线程执行一个轮盘循环后,检查过期时间,执行轮盘过期处理,用于定期清理某种任务,可用于周期性检测实体的生命周期,比如网络链接,游戏房间检查。☆30Jan 22, 2018Updated 8 years ago
- 学习Netty, 仿制Mir2服务器端☆44Feb 9, 2017Updated 9 years ago
- mybatis3在spring中的分库分表☆26Mar 27, 2017Updated 9 years ago
- 前台用html5 websocket 后台用netty实现聊天系统☆50May 14, 2014Updated 12 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 基于Netty的强大的游戏服务器框架☆224Jul 1, 2016Updated 10 years ago
- Akka Chinese Book / What should be included in it?☆18Apr 10, 2017Updated 9 years ago
- 基于spring-sharding-mybaits集成redis缓存的游戏分布式存储框架.支持将对象序列化到队列里,异步存储。 使用spring集成mybatis3垂直和水平分库mysql.使用模版编程,采用代理模式,采集变化的字段,自动完成拼写sql,降低数据库落地难度 …☆48May 23, 2017Updated 9 years ago
- MQTT broker for java based on Netty☆15Sep 2, 2025Updated 10 months ago
- 基于mqtt实现的即时通讯IM服务☆43Sep 15, 2016Updated 9 years ago
- WebSocket+WebRTC实现的视频通讯demo☆18Mar 6, 2013Updated 13 years ago
- Simple asynchronous non blocking chat server/client based on Netty 4☆33Jan 8, 2014Updated 12 years ago
- 基于netty3.5的游戏服务器框架,方便分布式扩展☆43Nov 29, 2016Updated 9 years ago
- spring session with redis☆14May 12, 2018Updated 8 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- ☆31Jun 9, 2017Updated 9 years ago
- ☆10Apr 8, 2018Updated 8 years ago
- OA 注解零配置二次开发架构☆11Sep 17, 2016Updated 9 years ago
- Cocos Creator 通用摇杆组件。☆25Sep 18, 2018Updated 7 years ago
- 在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,…☆160Apr 17, 2023Updated 3 years ago
- 轻量级,高性能,少依赖,低级封装的服务器开发工具和项目搭建模板,可以开发游戏服务器和小型中间件等☆14Nov 6, 2018Updated 7 years ago
- Spring Boot and MongoDB☆24Sep 13, 2016Updated 9 years ago