一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。
☆91Aug 10, 2014Updated 12 years ago
Alternatives and similar repositories for easy-httpserver
Users that are interested in easy-httpserver are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- simple java nio based httpserver☆44Nov 27, 2010Updated 15 years ago
- jw, short for java web, 模仿spring, 实现一个简单可用的java web框架☆20Jun 20, 2022Updated 4 years ago
- 基于JavaNIO实现的Http服务器,涉及到Http Request和Http Response的解析,封装,模仿servlet实现handler处理对应的URI。☆42Apr 29, 2017Updated 9 years ago
- 手写简化版Web服务器☆132May 6, 2018Updated 8 years ago
- 阅读Spring源码☆14Apr 18, 2018Updated 8 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- A fast async http client based on netty☆44Mar 29, 2013Updated 13 years ago
- Experimenting protostuff☆13Mar 5, 2016Updated 10 years ago
- 基于JAVA的WEB服务器,实现了GET方法,提供基本的配置管理工具,实现了基本的用户认证、网页防篡改、日志、站点统计每日访问的IP数等功能。☆12Apr 30, 2020Updated 6 years ago
- zookeeper官方提供的分布式锁,选举master,和分布式队列实现☆16Mar 11, 2014Updated 12 years ago
- 基于Netty、JSON-RPC的分布式弱联网游戏服务端☆36May 3, 2017Updated 9 years ago
- Spring源码阅读笔记,针对2.5.6☆12Mar 4, 2014Updated 12 years ago
- a minimum demo web framework based on servlet☆10Sep 3, 2015Updated 11 years ago
- 使用倒排索引及二分法实现了一个简单的规则匹配☆18Mar 14, 2019Updated 7 years ago
- 设计模式☆10Jun 13, 2023Updated 3 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Simple Database Routing and Shard Framework☆16Mar 23, 2021Updated 5 years ago
- A simple multi-threaded HTTP 1.1 Server implemented in Java for educational purposes based on W3C specifications☆86Jan 10, 2026Updated 8 months ago
- JDK源码阅读☆14Jan 5, 2016Updated 10 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
- Android, Python, Java, Linux, Bigdata and Others☆53Jul 11, 2017Updated 9 years ago
- 基于dubbox使用手册。☆121Sep 18, 2015Updated 11 years ago
- Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework…☆21Feb 9, 2018Updated 8 years ago
- A CLI tool for clash☆11Jun 15, 2024Updated 2 years ago
- 阿里druid连接池剥离出来的sql解析代码☆12Jun 21, 2022Updated 4 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 基于逐渐熟悉深入多线程,缓存,数据库,网络编程等相关内容 尝试着积累一些自己研究的工具集合或框架☆10Oct 1, 2016Updated 9 years ago
- An editor for the minecraft NBT file format☆12Feb 13, 2013Updated 13 years ago
- 原神稻妻”关灯谜题“求解器☆12Feb 11, 2022Updated 4 years ago
- 一款用于英语单词背诵的安卓APP,基于金山API进行单词的查询,添加了一般单词背诵软件没有的单词联想功能☆21Jul 21, 2016Updated 10 years ago
- 大蕉的区块链实现☆16Feb 5, 2018Updated 8 years ago
- SimpleWebServer 是一款使用Java基于NIO编写的超轻量级开源Web Application Server☆95Jul 27, 2026Updated last month
- A lightweight web framework☆41Aug 27, 2020Updated 6 years ago
- An Intellij plugin go to stack over flow to search the selection text☆25Jun 21, 2021Updated 5 years ago
- Java NIO+多线程实现聊天室☆810Feb 4, 2021Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- rpc_learn Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 …☆19May 26, 2015Updated 11 years ago
- 开源框架之手写系列,主要手写了springmvc,mybatis,rpc框架的实现,目前是跟着简书上一位博主的博客进行练习,先学习一下后期在做功能性的扩展。有兴趣的同学可以参考博主的博客学习一下,加深一下自己对开源框架底层实现的掌握☆11Jan 3, 2018Updated 8 years ago
- jdk8源码,会逐步加上自己的阅读注释。☆58Mar 23, 2022Updated 4 years ago
- netty.3.9.4.Final源码的精简版本,屏蔽掉netty中不必要的功能,只保留了核心模块,方便进行源码学习。☆108May 4, 2015Updated 11 years ago
- 初学Spring boot 做的一个情侣小应用,支持多用户。 初步实现了留言板,纪念日,相册,回收站等功能。mongoDB用作图片存储。☆13Jul 22, 2019Updated 7 years ago
- 一个基于raft算法实现的分布式K-V存储系统☆19Jun 17, 2022Updated 4 years ago
- ☆14Oct 15, 2024Updated last year