All Projects → thinglinks → Similar Projects or Alternatives

359 Open source projects that are alternatives of or similar to thinglinks

hrpc
A simple Java RPC framework based on Spring, Netty, Protobuf and Consul
Stars: ✭ 34 (-89.94%)
Mutual labels:  netty
Netty Learning Example
🥚 Netty实践学习案例,见微知著!带着你的心,跟着教程。我相信你行欧。
Stars: ✭ 2,146 (+534.91%)
Mutual labels:  netty
Jreactive 8583
Java Client & Server for ISO8583 & Netty
Stars: ✭ 248 (-26.63%)
Mutual labels:  netty
Wechat
仿QQ即时通讯系统客户端
Stars: ✭ 144 (-57.4%)
Mutual labels:  netty
rulegin
基于JavaScript Engine的轻量级规则引擎系统,重构于开源IOT项目thingboard
Stars: ✭ 100 (-70.41%)
Mutual labels:  netty
Him Vue
开源的H5即时聊天系统 spring-boot + netty + protobuf + vue ~
Stars: ✭ 142 (-57.99%)
Mutual labels:  netty
Spring Dubbo Service
微服务 spring dubbo项目:dubbo rpc;druid数据源连接池;mybatis配置集成,多数据源;jmx监控MBean;定时任务;aop;ftp;测试;Metrics监控;参数验证;跨域处理;shiro权限控制;consul服务注册,发现;redis分布式锁;SPI服务机制;cat监控;netty服务代理;websocket;disconf;mongodb集成;rest;docker;fescar
Stars: ✭ 224 (-33.73%)
Mutual labels:  netty
Java Kcp
基于java的netty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务
Stars: ✭ 137 (-59.47%)
Mutual labels:  netty
http-benchmark-netty
基于Java Netty的HTTP客户端工具 & HTTP高性能测试工具。参数灵活定制、支持邮件报表等。Python Tornado版: https://github.com/junneyang/http-benchmark-tornado 。
Stars: ✭ 41 (-87.87%)
Mutual labels:  netty
Fpush
📶即时消息推送服务(即时通讯),基于Netty+protobuf-- Instant Messaging push service based on Netty+protobuf
Stars: ✭ 134 (-60.36%)
Mutual labels:  netty
Styx
Programmable, asynchronous, event-based reverse proxy for JVM.
Stars: ✭ 218 (-35.5%)
Mutual labels:  netty
Dorado
基于Netty4开发的简单、轻量级、高性能的的Http restful api server
Stars: ✭ 65 (-80.77%)
Mutual labels:  netty
learning-dome-code
分享日常java学习代码及用例,包括主流的框架、常用的组件、以及比较好的解决方案,项目会持续更新……
Stars: ✭ 58 (-82.84%)
Mutual labels:  springcloud
Netty 4 User Guide
Chinese translation of Netty 4.x User Guide. 中文翻译《Netty 4.x 用户指南》
Stars: ✭ 2,061 (+509.76%)
Mutual labels:  netty
Nettythrift
Thrift on Netty, support TCP/HTTP/WebSocket at same port. support multiple Protocols at same time. multil Simple Clients with Connection Pool.
Stars: ✭ 60 (-82.25%)
Mutual labels:  netty
Advanced Vertx Guide
A gentle guide for advanced Vert.x users
Stars: ✭ 118 (-65.09%)
Mutual labels:  netty
Mongo Java Server
Fake implementation of MongoDB in Java that speaks the wire protocol.
Stars: ✭ 211 (-37.57%)
Mutual labels:  netty
Krpc
My RPC FrameWork(自己写的RPC框架)
Stars: ✭ 112 (-66.86%)
Mutual labels:  netty
learn
一个学习使用的综合项目。实现方案为spring cloud alibaba
Stars: ✭ 38 (-88.76%)
Mutual labels:  springcloud
Java learning practice
java 进阶之路:面试高频算法、akka、多线程、NIO、Netty、SpringBoot、Spark&&Flink 等
Stars: ✭ 110 (-67.46%)
Mutual labels:  netty
Mini Rpc
Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持
Stars: ✭ 205 (-39.35%)
Mutual labels:  netty
Tesla
Tesla is a gateway service that provides dynamic routing,waf,support spring cloud,gRPC,DUBBO and more.
Stars: ✭ 109 (-67.75%)
Mutual labels:  netty
dsip
通过netty网络框架,编解码sip消息。 以及国标gb28181的部分功能, 不依赖spring,方便集成
Stars: ✭ 19 (-94.38%)
Mutual labels:  netty
Netty Rest
Yet another high performance REST server based on Netty
Stars: ✭ 107 (-68.34%)
Mutual labels:  netty
Thunder
⚡️ Nepxion Thunder is a distribution RPC framework based on Netty + Hessian + Kafka + ActiveMQ + Tibco + Zookeeper + Redis + Spring Web MVC + Spring Boot + Docker 多协议、多组件、多序列化的分布式RPC调用框架
Stars: ✭ 204 (-39.64%)
Mutual labels:  netty
PassJava-Learning
整合了Spring Cloud 实战教程+公众号内容都会同步到这个仓库。文档地址:http://www.passjava.cn
Stars: ✭ 260 (-23.08%)
Mutual labels:  springcloud
Httpproxy
http代理,支持CONNECT和普通GET/POST,支持http2;可防止主动嗅探;可作为小火箭、圈、surge等软件和SwitchyOmega(chrome插件)所说的https代理
Stars: ✭ 104 (-69.23%)
Mutual labels:  netty
Netty Websocket
a fully-functioning websocket server built on netty.
Stars: ✭ 201 (-40.53%)
Mutual labels:  netty
Jt808 Netty
Netty入门教学项目,解析JT808协议,整合Spring boot,并提供了一些Netty中的最佳实践
Stars: ✭ 104 (-69.23%)
Mutual labels:  netty
Programmer-Learning-materials
程序员 学习资料,以及一些书籍电子书,如果对您有所帮助,还希望大家多多star,更多资料请关注《Java有货》微信公众号获取
Stars: ✭ 140 (-58.58%)
Mutual labels:  springcloud
Cchat
Android IM demo based on netty
Stars: ✭ 60 (-82.25%)
Mutual labels:  netty
Dapeng Soa
A lightweight, high performance micro-service framework
Stars: ✭ 101 (-70.12%)
Mutual labels:  netty
spring-cloud-tutorial
spring-cloud [ Bus, Sleuth, Config, Stream ]
Stars: ✭ 52 (-84.62%)
Mutual labels:  springcloud
Springboot Templates
springboot和dubbo、netty的集成,redis mongodb的nosql模板, kafka rocketmq rabbit的MQ模板, solr solrcloud elasticsearch查询引擎
Stars: ✭ 100 (-70.41%)
Mutual labels:  netty
Catacumba
Asynchronous web toolkit for clojure built on top of Ratpack / Netty
Stars: ✭ 192 (-43.2%)
Mutual labels:  netty
Nitmproxy
Proxy server based on netty
Stars: ✭ 94 (-72.19%)
Mutual labels:  netty
rpc-spring-boot-starter
自定义rpc框架,支持Java序列化和protobuf序列化协议,多种负载均衡算法
Stars: ✭ 75 (-77.81%)
Mutual labels:  netty
Async Gamequery Lib
A high-performance java game query library designed for steam/source based games and others
Stars: ✭ 88 (-73.96%)
Mutual labels:  netty
Kcp Netty
Java implementation of KCP based on Netty
Stars: ✭ 184 (-45.56%)
Mutual labels:  netty
Jt809 Tcp Server
parse JTT 809-2011 protocol of ministry of transportation
Stars: ✭ 83 (-75.44%)
Mutual labels:  netty
freeswitch-esl-all
freeswitch event socket base on netty 4 and has some new features.
Stars: ✭ 110 (-67.46%)
Mutual labels:  netty
Easyrpc
EasyRpc is a simple, high-performance, easy-to-use RPC framework based on Netty, ZooKeeper and ProtoStuff.
Stars: ✭ 79 (-76.63%)
Mutual labels:  netty
Doe
自己编写dubbo客户端实现rpc调用,在线调试dubbo接口、dubbo接口可视化测试、自动化测试工具。
Stars: ✭ 183 (-45.86%)
Mutual labels:  netty
Nettygameserver
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
Stars: ✭ 1,203 (+255.92%)
Mutual labels:  netty
springboard-cloud
基于Spring cloud、dubbo、oauth2的微服务应用
Stars: ✭ 16 (-95.27%)
Mutual labels:  springcloud
Nettygateway
NettyGateway is a HTTP proxy server with flexible routing rules.
Stars: ✭ 73 (-78.4%)
Mutual labels:  netty
Source Code Hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
Stars: ✭ 7,392 (+2086.98%)
Mutual labels:  netty
Esa Restlight
ESA Restlight is a lightweight and rest-oriented web framework.
Stars: ✭ 67 (-80.18%)
Mutual labels:  netty
small-rpc
🔥基于netty和hessian的一个轻量级RPC调用框架
Stars: ✭ 21 (-93.79%)
Mutual labels:  netty
Easychatandroidclient
EasyChat是一个开源的社交类的App。主要包含消息、好友、群组等相关的IM核心功能。部分界面参照了QQ、微信等相关社交APP。EasyChat APP整体采用MVVM模式,基于JetPack(Lifecycle,LiveData,ViewModel,Room)构建
Stars: ✭ 64 (-81.07%)
Mutual labels:  netty
Sofa Bolt
SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty.
Stars: ✭ 2,057 (+508.58%)
Mutual labels:  netty
Nettyrpc
NettyRPC is high performance java rpc server base on Netty,using kryo,hessian,protostuff support message serialization.
Stars: ✭ 1,131 (+234.62%)
Mutual labels:  netty
toy-rpc
Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架
Stars: ✭ 55 (-83.73%)
Mutual labels:  netty
CampusForum
校园论坛
Stars: ✭ 62 (-81.66%)
Mutual labels:  netty
Esl Client
A Fork from http://git.freeswitch.org/git/freeswitch-contrib/tree/dvarnes/java/esl-client
Stars: ✭ 160 (-52.66%)
Mutual labels:  netty
Nasus
Zero-configuration command-line async HTTP files server in Clojure. Like Python's SimpleHTTPServer but scalable.
Stars: ✭ 158 (-53.25%)
Mutual labels:  netty
Rsocket Java
Java implementation of RSocket
Stars: ✭ 2,099 (+521.01%)
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 (-92.6%)
Mutual labels:  netty
NioSmtpClient
Smtp Client based on Netty
Stars: ✭ 25 (-92.6%)
Mutual labels:  netty
doit
spring cloud , CAS , JHipster hybrid sample app
Stars: ✭ 14 (-95.86%)
Mutual labels:  springcloud
61-120 of 359 similar projects