Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

BadHTTP

License: GPL-3.0

EN 英文说明

A high-performance, WSGI-based Python HTTP framework and server.

Highlights

  • Extremely low resource footprint — minimal memory usage, no unnecessary overhead.
  • Blazing fast request processing — non-blocking I/O with a multi-threaded worker pool.
  • Stays responsive under attack — never becomes unresponsive under heavy load.
CN 中文说明

基于 WSGI 的高性能 Python HTTP 框架与服务器。

亮点

  • 占用极低 - cpu占用、内存占用都很低
  • 处理速度飞快 - 采用独特方法,分散压力
  • 被攻击也不会无响应 - 在高压负载下正常用户仍然能访问

Releases

Packages

Contributors