项目作者: majinliang123

项目描述 :
A light weight Http Server
高级语言: Java
项目地址: git://github.com/majinliang123/JHTTP.git
创建时间: 2018-08-16T15:02:56Z
项目社区:https://github.com/majinliang123/JHTTP

开源协议:

下载


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

Performance

  • 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