一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。
☆90Aug 10, 2014Updated 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:
- jw, short for java web, 模仿spring, 实现一个简单可用的java web框架☆20Jun 20, 2022Updated 3 years ago
- 基于JavaNIO实现的Http服务器,涉及到Http Request和Http Response的解析,封装,模仿servlet实现handler处理对应的URI。☆42Apr 29, 2017Updated 8 years ago
- A fast async http client based on netty☆43Mar 29, 2013Updated 12 years ago
- 阅读Spring源码☆14Apr 18, 2018Updated 7 years ago
- zookeeper官方提供的分布式锁,选举master,和分布式队列实现☆16Mar 11, 2014Updated 11 years ago
- swift是一个轻量级的web框架,实现了 IOC、MVC、ORM、AOP、RabbitMQ 功能,并且已经可以使用,满足基本的开发需要和学习使用,适合了解spring的基本原理。 未来将会逐步实现 安 全管理 等功能。 如果你想观看源码,可以从 org.swift.fram…☆11Oct 24, 2023Updated 2 years ago
- Spring源码阅读笔记,针对2.5.6☆12Mar 4, 2014Updated 11 years ago
- 设计模式☆10Jun 13, 2023Updated 2 years ago
- 阿里druid连接池剥离出来的sql解析代码☆12Jun 21, 2022Updated 3 years ago
- Experimenting protostuff☆13Mar 5, 2016Updated 9 years ago
- 一致性hash算法案例☆11Jul 23, 2015Updated 10 years ago
- 基于逐渐熟悉深入多线程,缓存,数据库,网络编程等相关内容 尝试着积累一些自己研究的工具集合或框架☆10Oct 1, 2016Updated 9 years ago
- 开源框架之手写系列,主要手写了springmvc,mybatis,rpc框架的实现,目前是跟着简书上一位博主的博客进行练习,先学习一下后期在做功能性的扩展。有兴趣的同学可以参考博主的博客学习一下,加深一下自己对开源框架底层实现的掌握☆11Jan 3, 2018Updated 8 years ago
- IntelliJ IDEA plugin to switch between open files in Most Recently Used order with a single keystroke.☆22Oct 19, 2015Updated 10 years ago
- rpc框架学习的demo工程☆14May 15, 2017Updated 8 years ago
- idea plug,which can generate object to object set☆13Feb 28, 2023Updated 3 years ago
- JDK源码阅读☆14Jan 5, 2016Updated 10 years ago
- rocketmq后台管理,从阿里开源修改。换成rest风格访问,增加拦截器登录配置☆15Jul 1, 2016Updated 9 years ago
- Simple Database Routing and Shard Framework☆16Mar 23, 2021Updated 4 years ago
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- rpc_learn Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 …☆19May 26, 2015Updated 10 years ago
- 风控系统设计demo☆23Apr 25, 2017Updated 8 years ago
- netty.3.9.4.Final源码的精简版本,屏蔽掉netty中不必要的功能,只保留了核心模块,方便进行源码学习。☆108May 4, 2015Updated 10 years ago
- 基于Netty、JSON-RPC的分布式弱联网游戏服务端☆34May 3, 2017Updated 8 years ago
- 全新设计的mysql分库分表中间件。使用netty 4.1开发,基于spring boot/cloud提供管理接口。☆17Mar 31, 2021Updated 4 years ago
- 简易mvvm框架,模仿了vue的api,但是核心实现是自己简化过后的写法。☆14Jul 24, 2018Updated 7 years ago
- jdk8源码,会逐步加上自己的阅读注释。☆58Mar 23, 2022Updated 3 years ago
- 个性化推荐算法的通用处理框架,基于Mahout和Lucene☆18May 25, 2015Updated 10 years ago
- Strom 实时风控统计☆21Nov 30, 2017Updated 8 years ago
- 优秀软件与架构设计模式资源收集。包含10种常见的软件架构模式、GoF设计模式、云架构模式、微服务和分布式系统、大数据、数据库等☆23Jul 5, 2018Updated 7 years ago
- 高仿feign,支持istio中服务调用,支持异步链路追踪☆23Dec 10, 2022Updated 3 years ago
- A lightweight web framework☆40Aug 27, 2020Updated 5 years ago
- 基于dubbox使用手册。☆121Sep 18, 2015Updated 10 years ago
- 一个redis集群管理方案☆22Dec 10, 2022Updated 3 years ago
- 使用Java开发的自定义日志组件,开箱即用!其中涉及到简单工厂模式 、策略模式、自定义注解、Spring Event等技术点,让我们一起共勉!☆14Dec 19, 2025Updated 2 months ago
- 一个基于raft算法实现的分布式K-V存储系统☆19Jun 17, 2022Updated 3 years ago
- 仿照 tiny-spring 项目编写的的一个玩具级 spring 项目,实现了简单的 IOC 和 AOP 功能。☆93Oct 13, 2020Updated 5 years ago
- java spring redies:订阅/发布系统;统一配置管理;lua脚本实现分布式锁;缓存应用(连接池,切片连接池,哨兵模式)☆29Dec 10, 2022Updated 3 years ago
- cglib轻量化mvc框架(ioc+aop+mvc+orm+切面级事物)☆28Feb 26, 2018Updated 8 years ago