手写简化版Web服务器
☆132May 6, 2018Updated 8 years ago
Alternatives and similar repositories for WebServer
Users that are interested in WebServer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Java基于Netty,Protostuff和Zookeeper实现分布式RPC框架☆57Sep 1, 2018Updated 7 years ago
- A scalable java servlet container base on reactor☆33Jun 4, 2021Updated 5 years ago
- 基于JavaNIO实现的Http服务器,涉及到Http Request和Http Response的解析,封装,模仿servlet实现handler处理对应的URI。☆42Apr 29, 2017Updated 9 years ago
- 一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。☆90Aug 10, 2014Updated 11 years ago
- Java NIO+多线程实现聊天室☆810Feb 4, 2021Updated 5 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.
- 简易版Dubbo(RPC框架)☆30Dec 16, 2022Updated 3 years ago
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 7 years ago
- 基于JAVA的WEB服务器,实现了GET方法,提供基本的配置管理工具,实现了基本的用户认证、网页防篡改、日志、站点统计每日访问的IP数等功能。☆12Apr 30, 2020Updated 6 years ago
- 基于spring cloud + Netty实现的聊天,兼容蘑菇街TeamTalk客户端,配合hazelcast提供消息服务器集群功能,同时支持socket和websocket.☆169Jul 5, 2023Updated 3 years ago
- Tomcat简易版☆34Jan 11, 2018Updated 8 years ago
- 第五届阿里中间件性能挑战赛复赛第6名代码+比赛总结☆27Aug 15, 2023Updated 2 years ago
- 基于webflux的网关系统、gateway、spring boot、Reactor☆19Jan 13, 2021Updated 5 years ago
- 参考网易云课堂 讲师:Coding迪斯尼 之"自己动手用java编写c编译器"代码 仅仅学习用 不做任何商业用途☆14Feb 10, 2018Updated 8 years ago
- a syslog server&client which is used to receive/convert/send the logs.☆11Dec 14, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 从零开始,手写一个RPC,任何人都能看懂☆950Aug 4, 2024Updated last year
- 学习netty时的一些demo,学习书籍netty权威指南,以及自己实现的基于netty的私有协议栈☆18Aug 28, 2017Updated 8 years ago
- 一个mini Spring IOC实现☆45Jan 7, 2018Updated 8 years ago
- Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做到一键启动和部署。☆28Nov 30, 2019Updated 6 years ago
- 基于Java的多线程爬虫框架☆11Jun 14, 2024Updated 2 years ago
- 图解Java多线程设计模式☆20Oct 14, 2018Updated 7 years ago
- 轻量级,微内核加插件机制,基于Java的RPC框架。可看成是mini版的Dubbo。提供服务注册,发现,负载均衡,支持API调用,Spring集成和Spring Boot starter使用。☆110Jul 24, 2024Updated 2 years ago
- Xmutca-rpc是一个基于netty开发的分布式服务框架,提供稳定高性能的RPC远程服务调用功能,支持注册中心,服务治理,负载均衡等特性,开箱即用。☆18Jun 17, 2022Updated 4 years ago
- 仿照 tiny-spring 项目编写的的一个玩具级 spring 项目,实现了简单的 IOC 和 AOP 功能。☆92Oct 13, 2020Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- zookeeper的笔记以及教程☆14Sep 10, 2018Updated 7 years ago
- LWebServer --BIO,NIO,AIO三种模式下的Web服务器☆72Oct 13, 2020Updated 5 years ago
- 使用 mybatis Interceptor 的一个数据权限工具包☆21May 9, 2019Updated 7 years ago
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- java方向书籍的学习,包括《java编程思想》,《实战java虚拟机》(作者:葛一鸣)《java高并发》(作者:葛一鸣)。☆16Nov 4, 2018Updated 7 years ago
- ☆48Jun 20, 2022Updated 4 years ago
- Vue.js+Laravel构建的前后端分离网盘系统☆21May 10, 2017Updated 9 years ago
- 《深入浅出 MyBatis 技术原理与实战》学习项目源码☆13Dec 16, 2022Updated 3 years ago
- 阿布的个人网站 SpringBoot(框架)-Mybatis(持 久层)-Druid(数据监控)-Redis(缓存)-RabbitMQ(消息中间件)☆13Apr 18, 2018Updated 8 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 一个小型的web服务器☆10Feb 19, 2021Updated 5 years ago
- A SpringBoot project based on Redis, Kafka,Elasticsearch from nowcoder.☆46Jul 12, 2025Updated last year
- NIO 编程模型 - Reactor,各版本实现☆58Jan 7, 2021Updated 5 years ago
- 第四届阿里中间件性能挑战赛初赛——高性能的 Service Mesh Agent 组件:服务注册与发现、协议转换、负载均衡☆10Dec 8, 2022Updated 3 years ago
- Java网络编程:BIO、NIO、AIO☆133Mar 19, 2022Updated 4 years ago
- Node.js开源项目推荐☆12Apr 27, 2016Updated 10 years ago
- netty源码翻译,源码版本4.1.34.Final。目前common模块(主要是并发包)已完成注释,Codec包中也注释了部分,主要还是分享下Nettty的并发模块设计。☆16Oct 4, 2022Updated 3 years ago