liujunlingx / LightWebServer
Java web server using NIO, compatible with http1.1 and support simple MVC function.
☆37Updated 2 years ago
Alternatives and similar repositories for LightWebServer:
Users that are interested in LightWebServer are comparing it to the libraries listed below
- 手写简化版Web服务器☆130Updated 6 years ago
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆55Updated 6 years ago
- A Simple Java MVC Framework。提供Bean容器、Ioc、Aop、MVC功能☆121Updated 2 years ago
- Lu-Rpc 的目标是成为广大 RPC 初学者的第一个轮子,欢迎star,凑够 200☆266Updated 6 years ago
- 仿照 tiny-spring 项目编写的的一个玩具级 spring 项目,实现了简单的 IOC 和 AOP 功能。☆94Updated 4 years ago
- 自己动手实现 JVM ,了解JVM内部运行机制(write your own JVM)☆167Updated 7 years ago
- mini-spring 是仿写 Spring 的一个乞丐版 IOC/AOP 框架,总代码规范精炼,仅数百行,同时注释详细,可作为 Spring 框架学习教程。使用了 Java 反射、注解、动态代理等技术以及内嵌 tomcat 服务器,实现了 @Controller、@Aut…☆111Updated 3 years ago
- Java 实现 JVM☆245Updated 2 years ago
- A scalable java servlet container base on reactor☆33Updated 3 years ago
- 手写实现IOC,DI,AOP☆37Updated 6 years ago
- 一个mini Spring IOC实现☆45Updated 7 years ago
- ☆79Updated 2 years ago
- This is a HTTP Server with a Servlet container, basing on java nio.☆27Updated 7 years ago
- 一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。☆88Updated 10 years ago
- NIO 编程模型 - Reactor,各版本实现☆54Updated 4 years ago
- 《深入剖析Tomcat》阅读与实践 How Tomcat Works☆36Updated 2 years ago
- 轻量级,微内核加插件机制,基于Java的RPC框架。可看成是mini版的Dubbo。提供服务注册,发现,负载均衡,支持API调用,Spring集成和Spring Boot starter使用。☆111Updated 7 months ago
- 深入剖析tomcat (How Tomcat Works)源码☆124Updated 6 years ago
- simplest rpc implementation☆193Updated 6 years ago
- 参加阿里巴巴中间件比赛时的rpc项目源码,高性能RPC框架☆243Updated 9 years ago
- Project Autumn - Toy Java application frameworks for lightweight projects☆50Updated 2 years ago
- 简易版 RPC 框架实战,拉勾教育专栏《Netty 核心原理剖析与 RPC 实践》源码☆179Updated 2 years ago
- Spring、Mybatis 等框架的手写实现☆22Updated 7 years ago
- 一个用java写的redis服务器☆18Updated 6 years ago
- java redis server:java 版redis 服务☆122Updated last week
- I/O 模型练手代码,分别使用阻塞式 I/O、select、poll 和 epoll 和 Java NIO 实现了简单的 HTTP Server☆47Updated 6 years ago
- java远程调用框架☆61Updated 6 years ago
- 自己动手写Servlet容器系列文章☆55Updated 7 years ago
- 《How Tomcat Works》 every chapter demo☆233Updated 6 years ago
- 模拟Spring框架,实现IOC,AOP☆136Updated 7 years ago