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
- 自己动手写Servlet容器系列文章☆55Updated 6 years ago
- ☆86Updated 7 years ago
- 参加阿里巴巴中间件比赛时的rpc项目源码,高性能RPC框架☆242Updated 9 years ago
- 模拟Spring框架,实现IOC,AOP☆136Updated 7 years ago
- 这是一个简单spring框架,拥有IOC和AOP的基本功能.☆87Updated 8 years ago
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆55Updated 6 years ago
- 一个mini Spring IOC实现☆45Updated 6 years ago
- jdk源码学习笔记,人话翻译☆132Updated 7 years ago
- AvatarMQ is a distributed message queue system based on Netty (Java-NIO framework).☆207Updated 8 years ago
- NIO 编程模型 - Reactor,各版本实现☆53Updated 3 years ago
- ☆79Updated 2 years ago
- 一款仿SpringMVC轻便的mvc开发框架☆66Updated 7 years ago
- Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper …☆226Updated last year
- http server based on netty for kids☆162Updated 6 years ago
- 手写简化版Web服务器☆131Updated 6 years ago
- netty.3.9.4.Final源码的精简版本,屏蔽掉netty中不必要的功能,只保留了核心模块,方便进行源码学习。☆108Updated 9 years ago
- DI framework for kids of you☆147Updated 6 years ago
- java实现的聊天工具,无需数据库,实现私聊、群聊功能,可以通过该项目对socket编程、多 线程并发server有新的认识,代码架构清晰,可扩展性强。☆81Updated 5 years ago
- simplest rpc implementation☆193Updated 6 years ago
- A high-performance, open-source java RPC framework.☆157Updated 11 months ago
- 多个spring 和ActiveMQ结合的项目,其中springMQ6最有参考价值,能运行,并且是maven项目,后加的springMQ7是纯java项目,只有activeMQ,能成功运行。这些项目都要开启activeMQ,在bin里面的activemq.bat☆72Updated 9 years ago
- Java网络编程:BIO、NIO、AIO☆136Updated 2 years ago
- A simple Spring framework.☆65Updated 6 years ago
- 基于 JDK8 实现的轻量级 Java Web 框架☆261Updated 8 years ago
- java远程调用框架☆61Updated 6 years ago
- (用于学习)实现一个简单的消息队列。☆32Updated 2 years ago
- 轻量级 Java Web 开发框架 - forked from 黄勇 / smart-framework☆64Updated 11 months ago
- 基于Netty实现的RESTful服务框架☆146Updated 2 years ago