NotBadPad / easy-httpserver
一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。
☆88Updated 10 years ago
Related projects ⓘ
Alternatives and complementary repositories for easy-httpserver
- 基于JavaNIO实现的Http服务器,涉及到Http Request和Http Response的解析,封装,模仿servlet实现handler处理对应的URI。☆42Updated 7 years ago
- Java网络编程:BIO、NIO、AIO☆135Updated 2 years ago
- 自己动手写Servlet容器系列文章☆55Updated 6 years ago
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆55Updated 6 years ago
- 这是一个简单spring框架,拥有IOC和AOP的基本功能.☆87Updated 8 years ago
- 模拟Spring框架,实现IOC,AOP☆136Updated 7 years ago
- ☆79Updated last year
- Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper …☆225Updated last year
- jdk源码学习笔记,人话翻译☆132Updated 7 years ago
- http server based on netty for kids☆161Updated 6 years ago
- NIO 编程模型 - Reactor,各版本实现☆53Updated 3 years ago
- ☆86Updated 7 years ago
- 一个mini Spring IOC实现☆45Updated 6 years ago
- 深入剖析tomcat (How Tomcat Works)源码☆123Updated 5 years ago
- 手写简化版Web服务器☆130Updated 6 years ago
- Tomcat源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)☆369Updated 7 years ago
- A simple Spring framework.☆65Updated 6 years ago
- 参加阿里巴巴中间件比赛时的rpc项目源码,高性能RPC框架☆242Updated 8 years ago
- 一个基于原生JDK动态代理实现的AOP小例子☆141Updated 7 years ago
- java远程调用框架☆61Updated 6 years ago
- A Simple Java MVC Framework。提供Bean容器、Ioc、Aop、MVC功能☆122Updated 2 years ago
- simplest rpc implementation☆193Updated 6 years ago
- Java并发编程☆205Updated 9 years ago
- 数据结构算法Java实现。关于Java《数据结构算法》核心技术学习积累的例子,是初学者及核心技术巩固的最佳实践。☆91Updated 3 years ago
- (用于学习)实现一个简单的消息队列。☆32Updated last year
- 《Java并发编程实战 - Java Concurrency in Practice》,实践书中的例子,看哪些可以用于实际项目中。(但在使用之前,需要经过详细的单元和性能测试。)☆37Updated 8 years ago
- ☆47Updated 2 years ago
- 《深入理解Java虚拟机》读书笔记☆67Updated 6 years ago
- 构建 Zookeeper + Dubbo + Spring Boot 的分布式调用入门学习项目实战。旧搭建教程地址:http://blog.csdn.net/hemin1003/article/details/64439876 / 最新搭建教程(201908更新):…☆59Updated 2 years ago