Results 2 repositories owned by 脾气不坏

easy-httpserver

83
Stars
42
Forks
Watchers

一个java实现的简单的web服务器,主要目的是为了理解web服务器的工作原理。http请求的接收和返回使用JDK自带的HttpServer,请求处理和页面解析是自己实现的。目前已经能够支持web服务器一些基本的功能。

go-learn

18
Stars
6
Forks
Watchers

go语言学习