一个用 C++23 重写 nginx 的项目
本项目已停止维护
- 代码质量不稳定,存在大量未知 Bug
- 没有任何单元测试或集成测试,从未构建过
- 维护性和可扩展性无法保证
强烈建议不要将此项目用于:
- 任何生产环境
- 学习参考(代码质量不可靠)
- 商业项目
- 任何需要稳定性和可靠性的场景
如果您需要类似功能,请:
- 寻找其他活跃维护的开源项目
- 基于成熟框架自行开发
- 使用经过充分验证的解决方案
- 状态: 已废弃
- 最后更新: 见仓库提交记录
- 维护者: 我
- Rotan,zstd(已继承进项目,就在
lib/目录下) - 使用
clang-format22.1.0 格式化代码 clang-tidy检查和分析(懒得管了可能不大符合)
欢迎提交 PR 和 issue(如果你觉得还有救的话...)
A C++23 rewrite of nginx
This project is no longer maintained.
- Code quality is unstable and contains many unknown bugs.
- No unit tests or integration tests – it has never even been built.
- Maintainability and extensibility cannot be guaranteed.
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:
- Look for other actively maintained open-source projects
- Develop your own based on mature frameworks
- Use battle‑tested solutions
- Status: Abandoned
- Last Updated: See repository commit history
- Maintainer: Me
- Botan, zstd (already integrated – lives under the
lib/directory) - Code formatted with
clang-format22.1.0 clang-tidyfor static analysis (but let‘s be honest – I couldn’t be bothered to make it fully compliant)
PRs and issues are welcome (if you still hope for this project...)