4

According to this question and this article, GMail server side is written in JavaScript. I'm wondering which platform is GMail server side JavaScript running on. Node.js? RingoJS?

4

1 回答 1

3

它是GSE平台 :)

$ curl -I http://mail.google.com
...
Server: GSE
...

请注意,谷歌网络运行在不同的平台上,gws(谷歌网络服务器?)

它可能是谷歌 servlet 引擎(OpenGSE)或完全不同的东西..

邮件数据本身(不仅是网络)也带有相同的标头(在浏览器中截获)

但是,它仍然是 Web 界面,我没有检查 SMTP 服务器,如果您对此感兴趣

问题“它正在运行哪个 javascript 引擎?” 保持开放(如果它甚至有意义的话)

于 2011-07-28T17:06:32.573 回答