javascript GMail 使用哪种前端技术?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19273795/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Which front end technology is GMail using?
提问by danza
We where evaluating javascript frameworks, and i was pointed out that Google, altough promoting the development of angular, is not using it in GMail.
我们在评估 javascript 框架时,有人指出 Google 虽然在推动 angular 的发展,但并未在 GMail 中使用它。
But what is actually being used in GMail, if a javascript framework used at all? It is one of the best front end applications around, so this is interesting to know. The client side logic looks quite rich, also.
但是,如果使用了 javascript 框架,那么 GMail 中实际使用的是什么?它是最好的前端应用程序之一,因此了解这一点很有趣。客户端逻辑看起来也很丰富。
I googled around but i didn't find anything.
我用谷歌搜索,但没有找到任何东西。
回答by AlexF
As far as I'm aware the bulk of the code that drives GMail is Google's Closure library: http://googlecode.blogspot.com/2009/11/introducing-closure-tools.html
据我所知,驱动 GMail 的大部分代码是 Google 的 Closure 库:http: //googlecode.blogspot.com/2009/11/introducing-closure-tools.html
回答by RJM
It uses Google's closure library. It is explicitly stated here. https://code.google.com/p/closure-library/
它使用谷歌的闭包库。此处明确说明。 https://code.google.com/p/closure-library/
回答by Ashwin
Google's Closure Library [latest link]:
Google 的 Closure Library [最新链接]: