项目作者: majinliang123
项目描述 :
A light weight Http Server
高级语言: Java
项目地址: git://github.com/majinliang123/JHTTP.git
JHTTP
Basic
A Http server which is similar to tomcat.
Basic completed, but need improve.
Functions
- support nio and block io
- support basic http request
- support session
- support Servlet
- support Filter
- support post x-www-form-urlencoded
- BioServer could accept 100000 requests in 20327ms.
TODO
- Import config from properties
- Use annotation to init the server
Acknowledgement
Learn a lot from below repository