TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Tengine: a web server based on Nginx, offering advanced features

93 点作者 fcambus超过 11 年前

8 条评论

nefasti超过 11 年前
Older discussion here on Hacker news including comments from the project leader explaining the reasons for the fork : <a href="https://news.ycombinator.com/item?id=3645055" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=3645055</a><p>(I see a correlation of the reason with the recent news on ngingx plus, but that can be only mind tricks)
评论 #6257408 未加载
tuananh超过 11 年前
key selling point: dynamic module loading support (&quot; You don&#x27;t have to recompile Tengine when you want to add a new module&quot;)
continuations超过 11 年前
How does this differ from OpenResty? They seem very similar. Both are based on Nginx, come from Alibaba, offer Lua scripting. So what&#x27;s the difference?
评论 #6256480 未加载
评论 #6256279 未加载
igl超过 11 年前
Very interesting. First Chinese OS project i see posted here.
Bjoern超过 11 年前
Anyone here using this in Production who could comment if using Tengine makes sense over vanilla NGinx and workarounds?
评论 #6257165 未加载
cpursley超过 11 年前
Interesting, I&#x27;ve been working on a nginx buildpack for Heroku&#x2F;Dokku&#x2F;Flynn optimized for static sites. I should create a Tengine fork to benchmark with nginx.<p><a href="https://github.com/cpursley/buildpack-nginx-js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cpursley&#x2F;buildpack-nginx-js</a>
excitom超过 11 年前
So, they&#x27;re basically adding the features from Apache ...
hartator超过 11 年前
Seems pretty interesting. It seems like several clever hacks (module injections, LUA support, combining css&#x2F;js...) packaged into a soft.