Skip to content

Instantly share code, notes, and snippets.

@fundon
Created July 6, 2011 10:07
Show Gist options
  • Save fundon/1066952 to your computer and use it in GitHub Desktop.
Save fundon/1066952 to your computer and use it in GitHub Desktop.
网站开发技术构想
###
design:
- base library // 基础库
- application core // 管理页面应用,页面管理中心
- sandbox // 沙箱,连接 app , 提供各 module 之间通信的沙箱通道
- module // 可以独立运行、可以即拔即插、对系统不造成影响
- component // 不可独立运行、依赖于系统
- js/css // 并行、依赖加载
browser:
- ajax history - iframe/hashchange
frontend:
- jQuery
- underscore
- backbone
- mustache
- Socket.io
backend:
- nodejs
- python
- lisp
cache:
- redis
- memcached
search engines:
- xapian
- sphinx
storage:
- mongodb
- mysql
message queue:
- RabbitMQ
server:
- nginx
---
update data:
- comet
- long polling/websocket
mvc:
- Simple-Page JavaScript/Rich Application JavaScript
mcrv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment