GMail 服务器端 JavaScript 运行在哪个平台上?

发布于 2024-11-14 08:11:42 字数 1459 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月竹挽风 2024-11-21 08:11:42

它是GSE平台:)

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

请注意,Google Web运行在不同的平台上,gws(Google Web服务器?)

它可能是Google Servlet引擎(OpenGSE)或完全不同的东西。 邮件数据本身(不仅是网络

)也带有相同的标头(在浏览器中截获),

但是,它仍然是网络界面,我没有检查 SMTP 服务器,如果您对

“哪个 javascript”这个问题 感兴趣的话发动机是它在运行吗?”保持开放(如果它有意义的话)

it's GSE platform :)

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

note that google web runs on a different platform, gws (google web server?)

it might be google servlet engine (OpenGSE) or something completely different..

the mail data itself (not only the web) also comes with the same header (as intercepted in a browser)

however, it's still the web interface, i did not check SMTP servers, if you were interested in that

the question "which javascript engine is it running?" remains open (if it even makes a sense)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文