All Projects → NettyAndroid → Similar Projects or Alternatives

231 Open source projects that are alternatives of or similar to NettyAndroid

gateway
API proxy gateway base on netty and okHttp.
Stars: ✭ 21 (+16.67%)
Mutual labels:  netty
spring-boot-netty
Spring Boot integration with Netty
Stars: ✭ 51 (+183.33%)
Mutual labels:  netty
resp-server
Netty implementation of REdis Serialization Protocol, and a simple framework to implement command based protocols
Stars: ✭ 40 (+122.22%)
Mutual labels:  netty
itstack-naive-chat-server
💞 《服务端》| 服务端同样使用Netty4.x作为socket的通信框架,同时在服务端使用Layui作为管理后台的页面,并且我们的服务端采用偏向于DDD领域驱动设计的方式与Netty集合,以此来达到我们的框架结构整洁干净易于扩展。同时我们的通信协议也是在服务端进行定义的,并对外提供可引入的Jar包,这样来保证客户端与服务端共同协议下进行通信。
Stars: ✭ 21 (+16.67%)
Mutual labels:  netty
rulegin
基于JavaScript Engine的轻量级规则引擎系统,重构于开源IOT项目thingboard
Stars: ✭ 100 (+455.56%)
Mutual labels:  netty
ansible-pihole
Bootstrap a Raspberry Pi with Ansible and install Docker + Pi-hole
Stars: ✭ 52 (+188.89%)
Mutual labels:  keepalived
qynat-spring-boot-starter
A springboot-starter that can achieve Intranet penetration. 一款可以实现内网穿透的springboot-starter。
Stars: ✭ 65 (+261.11%)
Mutual labels:  netty
netty-learning
bio, nio到 netty各种使用案例, 包含基础使用案例,各api使用方法,零拷贝,websocket,群聊,私聊,编码,解码,自定义协议,protobuf等使用案例,rpc服务器,客户端等等学习
Stars: ✭ 49 (+172.22%)
Mutual labels:  netty
thinglinks
开源ThingLinks物联网一体化平台,高性能、高吞吐量、高扩展性的物联网平台!单机可以支持百万链接,同时支持自定义扩展功能,功能非常强大,采用netty作为通信层组件,支持插件化开发集成!
Stars: ✭ 338 (+1777.78%)
Mutual labels:  netty
im-bass
基础IM通信
Stars: ✭ 56 (+211.11%)
Mutual labels:  netty
distributed-id
基于netty4+twitter-snowFlake分布式Id生成之服务实现
Stars: ✭ 18 (+0%)
Mutual labels:  netty
toy-rpc
Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架
Stars: ✭ 55 (+205.56%)
Mutual labels:  netty
netty-queue
Simple queue: java, json-rest, netty
Stars: ✭ 21 (+16.67%)
Mutual labels:  netty
scamper-chat
An IRC-like chat client and server using SCTP, based on Scamper+Netty
Stars: ✭ 13 (-27.78%)
Mutual labels:  netty
Pudding
Pudding 是一款迷你级分布式服务框架
Stars: ✭ 24 (+33.33%)
Mutual labels:  netty
mmqtt
An Open-Source, Distributed MQTT Broker for IoT.
Stars: ✭ 58 (+222.22%)
Mutual labels:  netty
netty-raknet
A reliable and high performance RakNet library designed with strict Netty patterns.
Stars: ✭ 24 (+33.33%)
Mutual labels:  netty
fastim
🚀基于Netty高可用分布式即时通讯系统,支持长连接网关管理、单聊、群聊、离线消息、消息推送消息、消息已读未读、消息未读数、红包、消息漫游等功能,支持集群部署的分布式架构。
Stars: ✭ 111 (+516.67%)
Mutual labels:  netty
fire-im
分布式IM服务,参考https://github.com/crossoverJie/cim 实现
Stars: ✭ 17 (-5.56%)
Mutual labels:  netty
xpllyn
个人网站项目。使用spring-boot搭建,集合了博客、书籍下载、留言、github page查询、Netty+WebSocket搭建的Web网页聊天室等功能。其中github page查询工具使用了github的api,Web聊天室使用Netty+Websocket+Redis+MySQL搭建服务,使用Shiro安全框架实现身份验证/登录,采用MySql作为网站的数据库,使用Redis用于聊天记录缓存,实现了群聊、单聊、查询用户、添加好友、聊天记录等功能。
Stars: ✭ 21 (+16.67%)
Mutual labels:  netty
read
学习笔记 dubbo,rocketmq 源码解析
Stars: ✭ 33 (+83.33%)
Mutual labels:  netty
NioSmtpClient
Smtp Client based on Netty
Stars: ✭ 25 (+38.89%)
Mutual labels:  netty
push
基于springboot & netty & kafka 实现的消息推送服务
Stars: ✭ 32 (+77.78%)
Mutual labels:  netty
dsip
通过netty网络框架,编解码sip消息。 以及国标gb28181的部分功能, 不依赖spring,方便集成
Stars: ✭ 19 (+5.56%)
Mutual labels:  netty
aquiver
🚀 The aquifer is a java web framework based on Java8 and netty
Stars: ✭ 38 (+111.11%)
Mutual labels:  netty
bbs
基于spring boot的java论坛系统
Stars: ✭ 186 (+933.33%)
Mutual labels:  netty
hrpc
A simple Java RPC framework based on Spring, Netty, Protobuf and Consul
Stars: ✭ 34 (+88.89%)
Mutual labels:  netty
how-2-use-thingsboard
Some docs help use thingsboard
Stars: ✭ 71 (+294.44%)
Mutual labels:  netty
mini-rpc
Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持
Stars: ✭ 221 (+1127.78%)
Mutual labels:  netty
keepalived
Development repository for the keepalived cookbook
Stars: ✭ 29 (+61.11%)
Mutual labels:  keepalived
vertx-mail-client
No description or website provided.
Stars: ✭ 30 (+66.67%)
Mutual labels:  netty
CloudSchedule
分布式调度系统,基于zookeeper ,netty,调度内核参考Spring schedule 执行表达式和Spring schedule一样,没有使用Quartz,客户端完全基于注解配置,使用同 Spring schedule一致,最少配置,使用简单
Stars: ✭ 14 (-22.22%)
Mutual labels:  netty
netty-in-action-cn
Netty In Action 中文版
Stars: ✭ 1,389 (+7616.67%)
Mutual labels:  netty
dns4s
Scala DNS implementation with Akka and Netty extension
Stars: ✭ 55 (+205.56%)
Mutual labels:  netty
device-simulator
基于netty的设备模拟器,模拟设备消息收发,压力测试。
Stars: ✭ 35 (+94.44%)
Mutual labels:  netty
netty-native-demo
Instant Netty startup using GraalVM's Native Image Generation
Stars: ✭ 58 (+222.22%)
Mutual labels:  netty
zrp
zrp 是使用Java开发的一款基于Netty的内网穿透工具,主要用于将内网服务反向代理到公网访问。目前支持所有TCP上层协议的代理,包括但不限于HTTP、SSH、FTP、TELNET、SMTP、POP3、DNS等。
Stars: ✭ 32 (+77.78%)
Mutual labels:  netty
haproxy-keepalived
HAProxy & Keepalived for Docker and kubernetes
Stars: ✭ 29 (+61.11%)
Mutual labels:  keepalived
sample-spring-webflux
testing webclient reactive communication with spring boot reactive application built on top of spring webflux
Stars: ✭ 21 (+16.67%)
Mutual labels:  netty
piccolo
Netty4长连接网关
Stars: ✭ 19 (+5.56%)
Mutual labels:  netty
netty-mqtt-client
No description or website provided.
Stars: ✭ 31 (+72.22%)
Mutual labels:  netty
netty-chat-tutorial
Netty Chat tutorial with Protobuf
Stars: ✭ 23 (+27.78%)
Mutual labels:  netty
packetevents
PacketEvents is a powerful packet library. Our packet wrappers are efficient and easy to use. We support many protocol versions. (1.8+)
Stars: ✭ 235 (+1205.56%)
Mutual labels:  netty
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (+444.44%)
Mutual labels:  netty
netty-tcnative-alpine
Build netty-tcnative native binaries for Alpine Linux.
Stars: ✭ 20 (+11.11%)
Mutual labels:  netty
rpc
自己编写的rpc调用框架,配置简单,使用更简单,如果您感觉有用请点赞,纯个人手写
Stars: ✭ 29 (+61.11%)
Mutual labels:  netty
smartacus-mqtt-broker
smartacus-mqtt-broker is a Java-based open source MQTT broker that fully supports MQTT 3.x .Using Netty 4.1.37
Stars: ✭ 25 (+38.89%)
Mutual labels:  netty
keepalived
Alpine based container for keepalived
Stars: ✭ 38 (+111.11%)
Mutual labels:  keepalived
codes-scratch-zookeeper-netty
zk + netty 实现集群节点文件同步服务
Stars: ✭ 29 (+61.11%)
Mutual labels:  netty
Java Note
后端研发——笔记
Stars: ✭ 54 (+200%)
Mutual labels:  netty
JavaHub
Java程序员学习之路,持续更新原创内容,欢迎Star
Stars: ✭ 27 (+50%)
Mutual labels:  netty
Spiky-Project
Unreal Engine MMO game and server example built on Netty
Stars: ✭ 73 (+305.56%)
Mutual labels:  netty
rpc-spring-boot-starter
自定义rpc框架,支持Java序列化和protobuf序列化协议,多种负载均衡算法
Stars: ✭ 75 (+316.67%)
Mutual labels:  netty
litchi
这是一款分布式的java游戏服务器框架
Stars: ✭ 97 (+438.89%)
Mutual labels:  netty
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (+27.78%)
Mutual labels:  netty
link
A clojure framework for nonblocking network programming
Stars: ✭ 63 (+250%)
Mutual labels:  netty
spring-boot-protocol
springboot功能扩充-netty动态协议,可以支持各种网络协议的动态切换(单端口支持多个网络协议).支持mmap,sendfile零拷贝,http请求批量聚合
Stars: ✭ 68 (+277.78%)
Mutual labels:  netty
simple-rpc-plus
使用netty和zookeeper技术实现的远程调用框架
Stars: ✭ 16 (-11.11%)
Mutual labels:  netty
RPC
RPC is a highly available pluggable architecture for remote calls
Stars: ✭ 31 (+72.22%)
Mutual labels:  netty
bootpush
📶即时消息推送服务(即时通讯),基于Netty- Instant Messaging push service based on Netty
Stars: ✭ 146 (+711.11%)
Mutual labels:  netty
1-60 of 231 similar projects