使用哪种语言来制作 google docs 和 box.net?

发布于 2024-10-07 20:56:25 字数 61 浏览 0 评论 0原文

我想知道如何以及使用哪些东西来制作 google docs 和 box.net

I want to know how and which things are used to make google docs and box.net ?

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

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

发布评论

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

评论(2

梦屿孤独相伴 2024-10-14 20:56:25

大多数 UI 功能来自使用 Javascript 和 HTML 的 DOM 以及 AJAX,AJAX 是一种使用 JS 向服务器发出额外请求而无需重新加载页面的技术。

就后端语言(提供动态内容)而言,box.net 返回 PHPSESSID 作为其 set-cookie http 响应的一部分。他们还运行 nginx。所以我怀疑正在使用众多 PHP 框架之一。

至于谷歌文档,众所周知,谷歌广泛使用Python。 Google 的“App Engine”使用 Python 或 Java 作为其语言(我相信首先添加了 Python)。所以我怀疑他们使用了一些基于他们自己的应用程序引擎实例的定制形式的Python。除了 Server: GSE 行之外,它们的 http 标头没有透露任何内容。

Most of the UI functionality comes from using Javascript and HTML's DOM together with AJAX, a technique for using JS to make additional requests of the server without reloading the page.

In terms of the back-end languages (that provide the dynamic content) box.net returns PHPSESSID as part of it's set-cookie http response. They're also running nginx. So I would suspect one of the many PHP frameworks as being in use.

As for google docs, Google are known to use python quite extensively. Google's "App Engine" uses Python or Java as its languages (I believe Python was added first). So I suspect they use some customised form of python based on their own instance of their own app engine. Their http headers give nothing away, except that the Server: GSE line.

最冷一天 2024-10-14 20:56:25

根据 HowStuffWorks 的说法,Google 文档使用 Java 作为后端,使用 JavaScript 作为前端。当然,HTML 也参与其中。

至于它使用的数据库,谷歌不会透露。不过我们可以确定它会使用云。

According to HowStuffWorks, Google Docs uses Java for the backend and JavaScript for the front end. Of course, HTML is in the mix there as well.

As for the database it uses, Google won't say. It will use the cloud though, we can be sure of that.

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