All Projects → Remote Desktop Control → Similar Projects or Alternatives

776 Open source projects that are alternatives of or similar to Remote Desktop Control

Spring Boot Demo
spring boot demo 是一个Spring Boot、Spring Cloud的项目示例,根据市场主流的后端技术,共集成了30+个demo,未来将持续更新。该项目包含helloworld(快速入门)、web(ssh项目快速搭建)、aop(切面编程)、data-redis(redis缓存)、quartz(集群任务实现)、shiro(权限管理)、oauth2(四种认证模式)、shign(接口参数防篡改重放)、encoder(用户密码设计)、actuator(服务监控)、cloud-config(配置中心)、cloud-gateway(服务网关)等模块
Stars: ✭ 323 (-5%)
Mutual labels:  spring, netty
Mmorpg
springboot编写的轻量级高性能mmorpg手游服务端框架,基本功能逐渐完善中。
Stars: ✭ 309 (-9.12%)
Mutual labels:  spring, netty
Books Recommendation
程序员进阶书籍(视频),持续更新(Programmer Books)
Stars: ✭ 558 (+64.12%)
Mutual labels:  spring, netty
Mini Rpc
Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持
Stars: ✭ 205 (-39.71%)
Mutual labels:  spring, netty
Jupiter
Jupiter是一款性能非常不错的, 轻量级的分布式服务框架
Stars: ✭ 1,372 (+303.53%)
Mutual labels:  spring, netty
Pdf
编程电子书,电子书,编程书籍,包括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,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类
Stars: ✭ 12,009 (+3432.06%)
Mutual labels:  spring, netty
Nettyrpc
A simple RPC framework based on Netty, ZooKeeper and Spring
Stars: ✭ 1,975 (+480.88%)
Mutual labels:  spring, netty
Java learning practice
java 进阶之路:面试高频算法、akka、多线程、NIO、Netty、SpringBoot、Spark&&Flink 等
Stars: ✭ 110 (-67.65%)
Mutual labels:  spring, netty
Framework Learning
计算机学习资料(Java , Jvm , Linux , Mysql , Netty , Redis , Netty , Spring , SpringBoot , Mybatis , Rabbitmq ,计算机网络 , 数据结构与算法 , 设计模式 )Github网页阅读:https://guang19.github.io/framework-learning , Gitee网页版阅读: https://qsjzwithguang19forever.gitee.io/framework-learning
Stars: ✭ 416 (+22.35%)
Mutual labels:  spring, netty
Twjitm
项目基于idea工作环境搭建的框架,添加mybatis3,spring4,springmvc4,以及redis。主要实现通过注解和反射自定义netty私有协议栈,实现在一条socket通道上传递不同的消息,采用支持tcp,udp和http协议
Stars: ✭ 26 (-92.35%)
Mutual labels:  spring, netty
Raincat
强一致分布式事务框架
Stars: ✭ 1,785 (+425%)
Mutual labels:  spring, netty
Okra
High performance game server framework by netty and disruptor
Stars: ✭ 152 (-55.29%)
Mutual labels:  spring, netty
Pdf Books
📚 PDF 书籍库
Stars: ✭ 134 (-60.59%)
Mutual labels:  spring, netty
Naivechat
🎭 本项目是作者小傅哥使用JavaFx、Netty4.x、SpringBoot、Mysql等技术栈和偏向于DDD领域驱动设计方式,搭建的仿桌面版微信实现通信核心功能。课程文章已发布到GitChat专栏,欢迎购买。如果本项目能为您提供帮助,请给予支持(关注、⭐️Star、分享)!
Stars: ✭ 290 (-14.71%)
Mutual labels:  spring, netty
Nettyrpc
NettyRPC is high performance java rpc server base on Netty,using kryo,hessian,protostuff support message serialization.
Stars: ✭ 1,131 (+232.65%)
Mutual labels:  spring, netty
Tutorial
Java全栈知识架构体系总结
Stars: ✭ 407 (+19.71%)
Mutual labels:  spring, netty
Im
IM server based on netty. Provides a client jar. Integrate with your own login system.基于netty实现的IM服务端,提供客户端jar包,可集成自己的登录系统
Stars: ✭ 490 (+44.12%)
Mutual labels:  spring, netty
Cleanstone
Springboot based Minecraft Server
Stars: ✭ 133 (-60.88%)
Mutual labels:  spring, netty
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (+122.06%)
Mutual labels:  spring, netty
Rpc Fromscratch
🌈 从零开始设计一个轻量级分布式 RPC 框架,基于 Spring + Netty + Protostuff + Zookeeper
Stars: ✭ 106 (-68.82%)
Mutual labels:  spring, netty
Im
仿QQ即时通讯系统服务端
Stars: ✭ 369 (+8.53%)
Mutual labels:  spring, netty
Simple Rpc
RPC with service discovery base on netty
Stars: ✭ 103 (-69.71%)
Mutual labels:  spring, netty
Source Code Hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
Stars: ✭ 7,392 (+2074.12%)
Mutual labels:  spring, netty
Javastud
Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core Java, Java SE, Java EE, Java Enterprise Edition, Java Blog, Java Articles, Java Web, JSP, Servlet, Maven, Spring, Hibernate, Spring-boot, Spring MVC Web, Angular JS, Angular 2, Java Security, Java CRUD, Java Login Example, File Handling, Multi threading, exception handling, Collection classes, Swing, Database, Date Time, Joda Time, JPA.
Stars: ✭ 220 (-35.29%)
Mutual labels:  spring, swing
Atom
Java course materials
Stars: ✭ 293 (-13.82%)
Mutual labels:  spring
Spring Data Cassandra
Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 315 (-7.35%)
Mutual labels:  spring
Springcloudconfig
Stars: ✭ 290 (-14.71%)
Mutual labels:  spring
Angular Spring Starter
Full stack starter kit featuring Angular 7, Spring boot and stateless JWT authentication.
Stars: ✭ 294 (-13.53%)
Mutual labels:  spring
Socket Mqtt
基于Netty+MQTT的高性能推送服务框架。支持普通Socket、MQTT、MQTT web socket协议。非常方便接入上层业务实现推送业务。
Stars: ✭ 314 (-7.65%)
Mutual labels:  netty
Spring Cloud Alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
Stars: ✭ 20,934 (+6057.06%)
Mutual labels:  spring
Seckill Demo
一个简单的SSM框架的商品秒杀系统🦄
Stars: ✭ 315 (-7.35%)
Mutual labels:  spring
Armeria
Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
Stars: ✭ 3,392 (+897.65%)
Mutual labels:  netty
Zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
Stars: ✭ 16,163 (+4653.82%)
Mutual labels:  spring
Spring 5 Book
Spring 5 Samples(Spring 5 案例大全/《Spring 5 开发大全》示例源码) covers Spring 5, Spring MVC, Spring WebFlux, Spring Boot and Spring Cloud.
Stars: ✭ 283 (-16.76%)
Mutual labels:  spring
Mpush
MPush开源实时消息推送系统
Stars: ✭ 3,455 (+916.18%)
Mutual labels:  netty
App Engine
分布式App服务端快速开发框架
Stars: ✭ 313 (-7.94%)
Mutual labels:  spring
Thymeleaf Extras Shiro
A Thymeleaf dialect for Apache Shiro tags.
Stars: ✭ 281 (-17.35%)
Mutual labels:  spring
Supermario
Java课设,马里奥
Stars: ✭ 280 (-17.65%)
Mutual labels:  swing
Projector Client
Common and client-related code for running Swing applications remotely
Stars: ✭ 285 (-16.18%)
Mutual labels:  swing
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (-17.94%)
Mutual labels:  spring
Spring Elasticsearch
Spring factories for elasticsearch
Stars: ✭ 279 (-17.94%)
Mutual labels:  spring
Efo
EFO是一个基于SpringBoot和Vue构建的文件分享系统,包括文件的上传与下载,文件的权限管理,远程文件管理等功能。
Stars: ✭ 327 (-3.82%)
Mutual labels:  spring
Docs
Java知识总结:MySQL实战45讲,多线程和JVM知识总结,,SpringBoot,SpringCloud,Storm系列,微信小程序开发,ELK,《JAVA核心技术36讲笔记》,《深入理解JVM虚拟机笔记》,《高性能MySQL笔记》,《数据结构与算法》等等
Stars: ✭ 308 (-9.41%)
Mutual labels:  spring
Spring Cloud Gateway
A Gateway built on Spring Framework 5.x and Spring Boot 2.x providing routing and more.
Stars: ✭ 3,305 (+872.06%)
Mutual labels:  spring
Distributedid
基于twitter的雪花算法(SnowFlake)来产生分布式ID,支持SDK、HTTP方式接入
Stars: ✭ 273 (-19.71%)
Mutual labels:  netty
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (-9.12%)
Mutual labels:  spring
Hiauth
HiAuth是一个开源的基于Oauth2协议的认证、授权系统。
Stars: ✭ 273 (-19.71%)
Mutual labels:  spring
Studynotes
📚JAVA、Spring、SpringMVC、SpringBoot、Mybatis、Vue、MySQL、MongoDB、Radis、Docker、Nginx、......笔记
Stars: ✭ 337 (-0.88%)
Mutual labels:  spring
Spring Best Practices
spring 最佳实践 Demo案例
Stars: ✭ 333 (-2.06%)
Mutual labels:  spring
Java Spring Cloud
Distributed tracing for Spring Boot, Cloud and other Spring projects
Stars: ✭ 326 (-4.12%)
Mutual labels:  spring
Spring Cloud Gateway Sample
Sample Spring Cloud Gateway Application
Stars: ✭ 268 (-21.18%)
Mutual labels:  spring
Light Task Scheduler
Distributed Scheduled Job Framework
Stars: ✭ 2,899 (+752.65%)
Mutual labels:  spring
Spring Security Oauth2.0
本项目原名为CitySecurity,主要用于浏览器端的登录鉴权.使用了SpringSecurity实现表单安全登录、图形验证的校验、记住我时长控制机制、第三方登录.比较独特的一点是集合SpringSocial做第三方登录的支持(此处本人测试自用app-id和app-secret,如果需要测试可以帮忙点下星发邮件给我,会尽快给与回复,谢谢支持!).该方案是目前本人觉得比较完善的一套安全登录的方式,前端页面设计也是本人制作,比较简洁,当然你也可以用自己的一套比较漂亮的UI,此处仅供参考,有什么好的建议都可以给予反馈.该框架在Spring官方网站上也有相关的文档介绍,喜欢本项目的伙伴可以给我点下星,支持一下,当然可以与我交流,共同学习,共同进步!
Stars: ✭ 265 (-22.06%)
Mutual labels:  spring
Manong Ssm
基于SSM框架的Java电商项目
Stars: ✭ 306 (-10%)
Mutual labels:  spring
Jetcache
JetCache is a Java cache framework.
Stars: ✭ 3,167 (+831.47%)
Mutual labels:  spring
Spring Petclinic Rest
REST version of the Spring Petclinic sample application
Stars: ✭ 257 (-24.41%)
Mutual labels:  spring
Trampoline
Admin Spring Boot Locally
Stars: ✭ 325 (-4.41%)
Mutual labels:  spring
Micro Company
Rest-full, Hipermedia-based distributed application. Spring boot & cloud. Angular. CQRS. Eventsourcing. Axonframework. Microservices. Docker. CloudFoundry
Stars: ✭ 307 (-9.71%)
Mutual labels:  spring
Org.openwms
Open Warehouse Management System
Stars: ✭ 258 (-24.12%)
Mutual labels:  spring
Reactive
Reactive: Examples of the most famous reactive libraries that you can find in the market.
Stars: ✭ 256 (-24.71%)
Mutual labels:  spring
1-60 of 776 similar projects