Trello的技术栈(The Trello Tech Stack )

此清单根据以下文章列出,该文章发布于2012年,距离今日已数年之久,期间新技术层出不穷,情况或已发生变化。故建议作为学习参考。
(This list is listed in the following article):
Title:The Trello Tech Stack
Authors:By Brett Kiefer

The Client

  • Backbone.js (client-side MVC)
  • HTML5 pushState
  • Mustache (templating language)

The Server

  • node.js
  • HAProxy
  • Redis
  • MongoDB
  25452
NoSQL数据库

MongoDB

MongoDB是一个开源文档数据库,可提供高性能、高可用性和自动缩放。(MongoDB is an open-sourc...
  64860
NoSQL数据库

Redis

Redis 是一个开源(BSD许可)的、内存中的数据结构存储系统,它可以用作数据库、缓存和消息中间件。(Redis is...
  63796
JavaScript

Express

Node.js的快速、无限制、简约的Web框架。(Fast, unopinionated, minimalist web...
  28085
JavaScript

Backbone.js

给JS应用程序提供一些模型、视图、集合和事件的Backbone。(Give your JS App some Backb...
  28077
行业特定软件

Async

Async 是一个实用程序模块,它为使用异步JavaScript提供了直观、强大的功能。(Async is a util...
  26626
NoSQL数据库

Mongoose

Mongoose是一种MongoDB对象建模工具,旨在在异步环境中工作。(Mongoose is a MongoDB o...
  2289
JavaScript

Cluster

为node js提供可扩展的多核服务器管理。(extensible multi-core server manageme...
喜欢:
2
去到顶部