Skip to content

chz-cn/ngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ngine

一个用 C++23 重写 nginx 的项目

🪦 项目状态:已废弃

本项目已停止维护

重要声明

  1. 代码质量不稳定,存在大量未知 Bug
  2. 没有任何单元测试或集成测试,从未构建过
  3. 维护性和可扩展性无法保证

⛔ 劝退声明

强烈建议不要将此项目用于:

  • 任何生产环境
  • 学习参考(代码质量不可靠)
  • 商业项目
  • 任何需要稳定性和可靠性的场景

如果您需要类似功能,请:

  1. 寻找其他活跃维护的开源项目
  2. 基于成熟框架自行开发
  3. 使用经过充分验证的解决方案

项目信息

  • 状态: 已废弃
  • 最后更新: 见仓库提交记录
  • 维护者: 我

依赖

  • Rotan,zstd(已继承进项目,就在lib/目录下)
  • 使用 clang-format 22.1.0 格式化代码
  • clang-tidy 检查和分析(懒得管了可能不大符合)

else

欢迎提交 PR 和 issue(如果你觉得还有救的话...)

Ngine

A C++23 rewrite of nginx

🪦 Project Status: Abandoned / Deprecated

This project is no longer maintained.

Important Disclaimer

  1. Code quality is unstable and contains many unknown bugs.
  2. No unit tests or integration tests – it has never even been built.
  3. Maintainability and extensibility cannot be guaranteed.

⛔ Strong Deterrence

It is strongly advised NOT to use this project for:

  • Any production environment
  • Learning or reference (code quality is unreliable)
  • Commercial projects
  • Any scenario that requires stability or reliability

If you need similar functionality, please:

  1. Look for other actively maintained open-source projects
  2. Develop your own based on mature frameworks
  3. Use battle‑tested solutions

Project Info

  • Status: Abandoned
  • Last Updated: See repository commit history
  • Maintainer: Me

Dependencies

  • Botan, zstd (already integrated – lives under the lib/ directory)
  • Code formatted with clang-format 22.1.0
  • clang-tidy for static analysis (but let‘s be honest – I couldn’t be bothered to make it fully compliant)

else

PRs and issues are welcome (if you still hope for this project...)

About

a projact to rewrtie nginx with C++23

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors