liujunlingx / LightWebServerLinks
Java web server using NIO, compatible with http1.1 and support simple MVC function.
☆37Updated 3 years ago
Alternatives and similar repositories for LightWebServer
Users that are interested in LightWebServer are comparing it to the libraries listed below
Sorting:
- 手写简化版Web服务器☆131Updated 7 years ago
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆57Updated 6 years ago
- Java 实现 JVM☆247Updated 3 years ago
- 一个mini Spring IOC实现☆45Updated 7 years ago
- 深入剖析tomcat (How Tomcat Works)源码☆123Updated 6 years ago
- 自己动手实现 JVM ,了解JVM内部运行机制(write your own JVM)☆174Updated 7 years ago
- 参加阿里巴巴中间件比赛时的rpc项目源码,高性能RPC框架☆249Updated 9 years ago
- Lu-Rpc 的目标是成为广大 RPC 初学者的第一个轮子,欢迎star,凑够 200☆265Updated 6 years ago
- A Simple Java MVC Framework。提供Bean容器、Ioc、Aop、MVC功能☆121Updated 3 years ago
- 一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。☆87Updated 10 years ago
- 基于JavaNIO实现的Http服务器,涉及到Http Request和Http Response的解析,封装,模仿servlet实现handler处理对应的URI。☆42Updated 8 years ago
- 仿照 tiny-spring 项目编写的的一个玩具级 spring 项目,实现了简单的 IOC 和 AOP 功能。☆94Updated 4 years ago
- This is a HTTP Server with a Servlet container, basing on java nio.☆27Updated 7 years ago
- (用于学习)实现一个简单的消息队列。☆32Updated 2 years ago
- NIO 编程模型 - Reactor,各版本实现☆56Updated 4 years ago
- 学习tomcat源码☆79Updated 6 years ago
- 手写迷你mybatis框架,里面使用了mybatis设计模式和框架☆56Updated 3 years ago
- Java秒杀系统方案优化 高性能高并发实战☆74Updated 7 years ago
- 自己动手写Servlet容器系列文章☆55Updated 7 years ago
- 《How Tomcat Works》 every chapter demo☆233Updated 6 years ago
- 用Java实现了一个关系型数据库,DBMS数据库管理系统,可使用常用增删改查的SQL语句,具有数据字典,数据索引文件,并且实现了启发式查询优化☆273Updated 6 years ago
- 《一本小小的MyBatis源码分析书》一书的附属代码☆128Updated 2 years ago
- mini-spring 是仿写 Spring 的一个乞丐版 IOC/AOP 框架,总代码规范精炼,仅数百行,同时注释详细,可作为 Spring 框架学习教程。使用了 Java 反射、注解、动态代理等技术以及内嵌 tomcat 服务器,实现了 @Controller、@Aut…☆112Updated 3 years ago
- raft协议的Java版本简单实现☆93Updated 2 years ago
- simplest rpc implementation☆194Updated 7 years ago
- 造轮子:实现一个简易的 Spring IoC 容器☆56Updated 5 years ago
- ☆170Updated 3 years ago
- 这是一个简单spring框架,拥有IOC和AOP的基本功能.☆88Updated 9 years ago
- http server based on netty for kids☆165Updated 7 years ago
- A simple rpc framework.☆136Updated 7 years ago