We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
当哪种语言和哪个平台并不重要时,我的建议是查看 nginx(发音为 Engine-X)网络服务器。这个网络服务器非常精简,因此它比 apache (和 IIS)更快,
但缺点是配置有点复杂。
When it doesn't matter which language and which platform, my advice is to look at the nginx ( pronounced Engine-X) webserver. This webserver is extremely lean and as a result it's faster than apache ( and IIS )
The down side is that the configuration is a bit more complex.
我会考虑node.js(Javascript 服务器端)。事实证明,它的事件/并发模型非常快。
我没有使用 Erlang 的个人经验,但我听说这也是一个不错的选择。
I'd consider the node.js (Javascript server side). It's event/concurrency model has proven to be incredibly fast.
I have no personal experience with Erlang, but I hear that's a decent choice as well.