java - Twitter应用程序使用哪个框架

标签 java php javascript frameworks

<分区>

twitter 在应用开发过程中使用了哪个框架? 还是没有任何框架构建?

一般来说,如何识别使用了哪个框架来开发如此庞大的门户网站

最佳答案

http://engineering.twitter.com/2011/04/twitter-search-is-now-3x-faster_1656.html

Last week, [as of April 6, 2011] we launched a replacement for our Ruby-on-Rails front-end: a Java server we call Blender.


Twitter 曾经使用 Ruby On Rails。这种环境有利于快速开发新站点。 Java 往往更适合更成熟的应用程序。

来自 http://en.wikipedia.org/wiki/Ruby_on_Rails使用 Google 找到 ;)

Rails running on Matz's Ruby Interpreter (the de facto reference interpreter for Ruby) had been criticized for issues with scalability.[25] These critics often mentioned various Twitter outages in 2007 and 2008, which spurred Twitter's partial transition to Scala (which runs on the Java Virtual Machine) for their queuing system and other middleware.[26][27] The user interface aspects of the site continue to run Ruby on Rails.[28]

对于热门网站,我会尝试使用谷歌搜索来查找有关它们的信息。

关于java - Twitter应用程序使用哪个框架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5936060/

相关文章:

javascript - 使用 jquery width() 和 on() 方法的动态 CSS

php - MYSQL INNODB 手动加锁自增

php - 在 Magento 中,从 POST 到 Controller 到模型到 block 到模板的正确数据流是什么?

javascript - 如何正确使用try/catch、promise catch和async函数?

java - 8 之前的 Java 版本怎么会不支持闭包呢?

javascript - 如何在angular js中将数据从一个页面传递到另一个页面

javascript - 如何将 HMAC 添加到 CryptoJS AES 加密?

java - 在 Java 中创建包含几个文件的 .gz 文件

java - ServiceMix 中使用 apache Camel 的 JMS 会生成错误

java - 在 Java 中使用 Gson 合并/扩展 JSON 对象