手写简化版Web服务器
☆133May 6, 2018Updated 7 years ago
Alternatives and similar repositories for WebServer
Users that are interested in WebServer are comparing it to the libraries listed below
Sorting:
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆57Sep 1, 2018Updated 7 years ago
- 基于JavaNIO实现的Http服务器,涉及到Http Request和Http Response的解析,封装,模仿servlet实现handler处理对应的URI。☆41Apr 29, 2017Updated 8 years ago
- SimpleWebServer 是一款使用Java基于NIO编写的超轻量级开源Web Application Server☆93Feb 28, 2026Updated 2 weeks ago
- Java NIO+多线程实现聊天室☆818Feb 4, 2021Updated 5 years ago
- A simple multi-threaded HTTP 1.1 Server implemented in Java for educational purposes based on W3C specifications☆86Jan 10, 2026Updated 2 months ago
- 简易版Dubbo(RPC框架)☆30Dec 16, 2022Updated 3 years ago
- This is a HTTP Server with a Servlet container, basing on java nio.☆27Mar 19, 2018Updated 8 years ago
- 纯手写mybatis(注解版)☆13Jan 17, 2019Updated 7 years ago
- java实现的基于raft算法和netty网络通信的分布式强一致kv存储。☆13Feb 5, 2024Updated 2 years ago
- 基于spring cloud + Netty实现的聊天,兼容蘑菇街TeamTalk客户端,配合hazelcast提供消息服务器集群功能,同时支持socket和websocket.☆169Jul 5, 2023Updated 2 years ago
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 6 years ago
- 基于webflux的网关系统、gateway、spring boot、Reactor☆19Jan 13, 2021Updated 5 years ago
- 第五届阿里中间件性能挑战赛复赛第6名代码+比赛总结☆27Aug 15, 2023Updated 2 years ago
- a syslog server&client which is used to receive/convert/send the logs.☆12Dec 14, 2022Updated 3 years ago
- A SpringBoot project based on Redis and RabbitMQ.☆83Jul 12, 2025Updated 8 months ago
- A minimalistic ASP.NET 4.5.1/MVC 5/EF 6/Bootstrap 3.1.1 based content management system☆10Sep 21, 2015Updated 10 years ago
- 手写实现IOC,DI,AOP☆36Jan 13, 2019Updated 7 years ago
- 学习netty时的一些demo,学习书籍netty权威指南,以及自己实现的基于netty的私有协议栈☆18Aug 28, 2017Updated 8 years ago
- 一个mini Spring IOC实现☆45Jan 7, 2018Updated 8 years ago
- java版的http服务器,替代Tomcat、jetty的超轻量级方案☆35Feb 1, 2022Updated 4 years ago
- 基于Java的多线程爬虫框架☆11Jun 14, 2024Updated last year
- Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做到一键启动和部署。☆28Nov 30, 2019Updated 6 years ago
- 轻量级,微内核加插 件机制,基于Java的RPC框架。可看成是mini版的Dubbo。提供服务注册,发现,负载均衡,支持API调用,Spring集成和Spring Boot starter使用。☆110Jul 24, 2024Updated last year
- Lightweight HTTP Server☆39Oct 12, 2020Updated 5 years ago
- 百万级高性能分布式发布订阅系统,基于nio,netty开发,无锁并发,充分发挥cpu极限, 该项目已自带心跳检测功能,断线自动重连,非常稳定。 注意该项目软件编码为GBK,导入的时候一定要看清项目编码格式。☆74Jan 14, 2019Updated 7 years ago
- 仿照 tiny-spring 项目编写的的一个玩具级 spring 项目,实现了简单的 IOC 和 AOP 功能。☆92Oct 13, 2020Updated 5 years ago
- zookeeper的笔记以及教程☆14Sep 10, 2018Updated 7 years ago
- mini-netty is a simplified Netty network programming framework implemented from scratch. Through 37 fine-grained iteration branches, it g…☆20Dec 19, 2025Updated 3 months ago
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- java方向书籍的学习,包括《java编程思想》,《实战java虚拟机》(作者:葛一鸣)《java高并发》(作者:葛一鸣)。☆16Nov 4, 2018Updated 7 years ago
- ☆18Apr 15, 2023Updated 2 years ago
- A high performance push server based on SpringBoot + ConcurrentHashMap + Netty☆16Oct 22, 2019Updated 6 years ago
- Java网络编程:BIO、NIO、AIO☆134Mar 19, 2022Updated 4 years ago
- 阿里巴巴第三届中间件性能挑战赛初赛程序——进程内消息引擎☆11Jul 9, 2017Updated 8 years ago
- netty源码翻译,源码版本4.1.34.Final。目前common模块(主要是并发包)已完成注释,Codec包中也注释了部分,主要还是分享下Nettty的并发模块设计。☆16Oct 4, 2022Updated 3 years ago
- Node.js开源项目推荐☆12Apr 27, 2016Updated 9 years ago
- GWT compatible implementation of java.util.concurrent.CompletableFuture and supporting classes☆22Dec 10, 2021Updated 4 years ago
- 参加阿里巴巴中间件比赛时的mom项目源码☆22Nov 12, 2015Updated 10 years ago
- 手写Spring框架☆53Jun 21, 2022Updated 3 years ago