采用Netty4.x网络编程实现高性能高并发的RPC开源框架, 基于Java语言来开发(JDK1.8)
☆38Oct 11, 2023Updated 2 years ago
Alternatives and similar repositories for japs
Users that are interested in japs are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 采用Netty4.x开发Http Server服务,以此提高性能和吞吐量(统一处理请求URL路由,多种数据类型参数映射等)☆36Jul 12, 2025Updated last year
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 7 years ago
- 通过netty把网络传输层的理论与实践融合起来,从而理解tomcat、dubbo、http、tcp、websocket等框架、协议,致力于原理的理解☆14Jul 16, 2023Updated 3 years ago
- 阿布的个人网站 SpringBoot(框架)-Mybatis(持久层)-Druid(数据监控)-Redis(缓存)-RabbitMQ(消息中间件)☆13Apr 18, 2018Updated 8 years ago
- Tank Message Service 集成了Kafka等产品的消息服务中间件☆13Jan 23, 2017Updated 9 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Unicode Character Database (UCD) Tools☆13May 9, 2021Updated 5 years ago
- 基于SpringBoot 2.2.1 SpringCloud Hoxton,整合oauth2、gateway限流、skywalking、swagger等,算是一个练手项目吧,代码写得有点乱,如果对你有用的话请点个star呀~☆25Feb 20, 2021Updated 5 years ago
- spring cloud alibaba系列学习案列☆11Nov 3, 2019Updated 6 years ago
- 百万级高性能分布式发布订阅系统,基于nio,netty开发,无锁并发,充分发挥cpu极限, 该项目已自带心跳检测功能,断线自动重连,非常稳定。 注意该项目软件编码为GBK,导入的时候一定要看清项目编码格式。☆76Jan 14, 2019Updated 7 years ago
- Java并发编程与高并发解决方案。Java concurrent programming and high concurrency solutions.☆21May 1, 2018Updated 8 years ago
- Java网络编程:BIO、NIO、AIO☆133Mar 19, 2022Updated 4 years ago
- 开源评分系统,使用vue,electron,express,socket.io开发的跨平台桌面应用程序☆11Mar 22, 2019Updated 7 years ago
- Spring & Spring Boot & Spring Cloud & Alibaba Cloud 微服务与云原生实战☆20Jul 21, 2026Updated 3 weeks ago
- 基于Hadoop平台的分布式搜索引擎☆11Feb 23, 2015Updated 11 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- chatgpt_api_Contextual_async 联系上下文与异步封装☆14Mar 4, 2023Updated 3 years ago
- java方向书籍的学习,包括《java编程思想》,《实战java虚拟机》(作者:葛一鸣)《java高并发》(作者:葛一鸣)。☆16Nov 4, 2018Updated 7 years ago
- React demo☆11Jul 2, 2016Updated 10 years ago
- Java垃圾回收算法的简易模拟实现☆36Feb 17, 2018Updated 8 years ago
- easy detour-, vftable-, iat- and eathooking☆12Mar 30, 2016Updated 10 years ago
- 使用Netty+Protobuf实现游戏TCP通信--服务端☆12Oct 4, 2022Updated 3 years ago
- ☆16Feb 5, 2024Updated 2 years ago
- go 协程池 的三种实现方式,可以作为参考原型 // Three implementation methods of go coroutine pool, which can be used as reference prototypes☆12Apr 18, 2018Updated 8 years ago
- Go语言编写单机版,并发版,分布式版网络爬虫🐱👤☆16May 1, 2018Updated 8 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- Redis集群HA架构+双写一致性解决方案、Nginx+Storm负载均衡策略、Hystrix全面实战、微服务架构(亿级流量电商详情页系统实战(第二版)---中华石杉)☆12Jun 21, 2022Updated 4 years ago
- A very simple IRC web client and WebSocket bridge for SwiftNIO☆21Jan 14, 2021Updated 5 years ago
- 新人如何接触并开始使用Firefox(火狐浏览器)☆16Apr 8, 2017Updated 9 years ago
- A command-line tool for getting a domain's IPs from multiple name servers.☆22Aug 31, 2014Updated 11 years ago
- per reactor a listener socket☆11Mar 19, 2020Updated 6 years ago
- 俗话说,一个好汉十个帮,众人拾柴火焰高等都说明一个道理,有更多的资源,更丰富的积累,都是助你走向成功,走向顶峰的推动力。就我们开发者而言,其中技巧的积累、资源的积累,就是类似一个个好汉、一根根好柴,是我们能够进行高效开发的保证和推动力,本文主要展示我所收藏的辅助类库,并着重…☆24Dec 6, 2022Updated 3 years ago
- SSM的学科竞赛管理系统☆13May 12, 2017Updated 9 years ago
- Performance bottleneck solution for Registry in large-scale service scenario☆14Dec 16, 2022Updated 3 years ago
- vine是一款轻量级的分布式调用链路追踪-Java探针,vine只是探针,对于同进程内,vine在调用链路入口处创建用于收集日记的单向链表, 调用链路上每经过一个方法都会向链表尾部追加日记,最终在调用链路出口处打印整个调用链路的日记。不同进程间,通过传递事件ID将整条链路串…☆14Dec 2, 2020Updated 5 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.
- 一个基于vue , netty ,使用websocket协议的即时聊天系统☆22Mar 2, 2023Updated 3 years ago
- GG修改器脚本便捷框架☆15May 30, 2020Updated 6 years ago
- Setting up JMS with Spring Boot☆24Jul 11, 2020Updated 6 years ago
- Linux程序设计大作业 一个多线程的Socket通信的FTP服务器☆18Dec 18, 2018Updated 7 years ago
- 一个模仿Kafka的简单消息中间件☆14Jun 29, 2022Updated 4 years ago
- Markdown to Asciidoc Converter for Java☆13Mar 15, 2015Updated 11 years ago
- 基于Nutch+ElasticSearch+MySQL+SSM的简易搜索引擎☆20Aug 1, 2016Updated 10 years ago