NotBadPad / easy-httpserverLinks
一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。
☆89Updated 11 years ago
Alternatives and similar repositories for easy-httpserver
Users that are interested in easy-httpserver are comparing it to the libraries listed below
Sorting:
- 自己动手写Servlet容器系列文章☆54Updated 7 years ago
- jdk源码学习笔记,人话翻译☆131Updated 8 years ago
- http server based on netty for kids☆168Updated 7 years ago
- 模拟Spring框架,实现IOC,AOP☆136Updated 8 years ago
- 基于JavaNIO实现的Http服务器,涉及到Http Request和Http Response的解析,封装,模仿servlet实现handler处理对应的URI。☆42Updated 8 years ago
- Java网络编程:BIO、NIO、AIO☆136Updated 3 years ago
- 一个mini Spring IOC实现☆45Updated 8 years ago
- 数据结构算法Java实现。关于Java《数据结构算法》核心技术学习积累的例子,是初学者及核心技术巩固的最佳实践。☆91Updated 5 years ago
- 参加阿里巴巴中间件比赛时的rpc项目源码,高性能RPC框架☆254Updated 10 years ago
- Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper …☆235Updated 2 years ago
- NIO 编程模型 - Reactor,各版本实现☆57Updated 5 years ago
- 一个基于原生JDK动态代理实现的AOP小例子☆143Updated 7 months ago
- A lightweight web framework☆40Updated 5 years ago
- 《深入理解Java虚拟机》读书笔记☆67Updated 8 years ago
- 这是一个简单spring框架,拥有IOC和AOP的基本功能.☆88Updated 9 years ago
- simplest rpc implementation☆197Updated 7 years ago
- JAVA实现的多线程http下载和单线程ftp下载,并支持断点下载☆48Updated 10 years ago
- 基于Netty实现的RESTful服务框架☆145Updated 3 years ago
- 实战虚拟机☆94Updated 4 years ago
- Java并发编程☆206Updated 10 years ago
- A Simple Java MVC Framework。提供Bean容器、Ioc、Aop、MVC功能☆124Updated 3 years ago
- 轻量级 Java Web 开发框架 - forked from 黄勇 / smart-framework☆65Updated 2 years ago
- 一款仿SpringMVC轻便的mvc开发框架☆67Updated 8 years ago
- ☆79Updated 3 years ago
- 基于Netty的Http应用服务器☆316Updated last year
- 深入剖析tomcat (How Tomcat Works)源码☆124Updated 7 years ago
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现☆118Updated 10 years ago
- 《架构探险 从零开始写Java Web框架》☆12Updated 3 years ago
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆57Updated 7 years ago
- ☆86Updated 8 years ago