hansiming / HttpServerByJavaNIO
基于JavaNIO实现的Http服务器,涉及到Http Request和Http Response的解析,封装,模仿servlet实现handler处理对应的URI。
☆42Updated 7 years ago
Alternatives and similar repositories for HttpServerByJavaNIO:
Users that are interested in HttpServerByJavaNIO are comparing it to the libraries listed below
- 一个mini Spring IOC实现☆45Updated 7 years ago
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆55Updated 6 years ago
- 实战虚拟机☆94Updated 3 years ago
- NIO 编程模型 - Reactor,各版本实现☆54Updated 4 years ago
- java远程调用框架☆61Updated 6 years ago
- 一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带 的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。☆88Updated 10 years ago
- 深入剖析tomcat (How Tomcat Works)源码☆124Updated 6 years ago
- ☆87Updated 7 years ago
- 自己动手写Servlet容器系列文章☆55Updated 7 years ago
- I/O 模型练手代码,分别使用阻塞式 I/O、select、poll 和 epoll 和 Java NIO 实现了简单的 HTTP Server☆47Updated 6 years ago
- 简单netty轮子☆22Updated 3 years ago
- 模拟Spring框架,实现IOC,AOP☆136Updated 7 years ago
- A Simple Java MVC Framework。提供Bean容器、Ioc、Aop、MVC功能☆121Updated 2 years ago
- Java网络编程:BIO、NIO、AIO☆136Updated 3 years ago
- 《一本小小的MyBatis源码分析书》一书的附属代码☆126Updated 2 years ago
- ☆47Updated 2 years ago
- 多线程秒杀的Demo(多种锁机制:synchronize、ReentrantLock、ReentrantReadWriteLock、redis和zookeeper实现的分布式锁等)☆62Updated 8 years ago
- http server based on netty for kids☆164Updated 6 years ago
- 这是一个简单的IoC容器实现☆26Updated 7 years ago
- 《深入剖析Tomcat》阅读与实践 How Tomcat Works☆36Updated 2 years ago
- A scalable java servlet container base on reactor☆33Updated 3 years ago
- ☆40Updated 6 years ago
- 手写实现IOC,DI,AOP☆37Updated 6 years ago
- 这是一个简单spring框架,拥有IOC和AOP的基本功能.☆87Updated 8 years ago
- 基于Netty实现的轻量级分布式应用配置中心☆82Updated last year
- 自己实现的一个精简版IoC容器☆18Updated 7 years ago
- 开源框架之手写系列,主要手写了springmvc,mybatis,rpc框架的实现,目前是跟着简书上一位博主的博客进行练习,先学习一下后期在做功能性的扩展。有兴趣的同学可以参考博主的博客学习一下,加深一下自己对开源框架底层实现的掌握☆11Updated 7 years ago
- jdk源码学习笔记,人话翻译☆131Updated 7 years ago
- send_file server and client by java https://thinkinjava.cn/2019/10/29/2019/1029-SF/☆83Updated 2 years ago
- ☆53Updated last year