- Node.JS: server
- AngularJS: 前端(Google)
- jQuery: JS库
- Bootstrap: (Twitter)CSS库+blueprint样式的布局+基于JQuery的插件
- socket.io: 不同浏览器和移动设备上实现web 应用
- Express: 輕量靈活的node.js Web應用框架 http://xvfeng.me/posts/understanding-expressjs/
- Mongoose: 是基于node-mongodb-native开发的MongoDB nodejs驱动,可以在异步的环境下执行。
- Bower: twitter的包管理工具 http://chuo.me/2013/02/twitter-bower.html
- Grunt: 是一个Javascript Task Runner(Javascript任务运行器),其基于NodeJS,可用于自动化构建、测试、生成文档的项目管理工具。 http://www.cnblogs.com/justany/archive/2013/04/16/3024106.html
AngularJS基于GoogleV8 JavaScript 引擎,将JavaScript转成native machine code prior to execution
MEAN 框架
AngularJS, NodeJs, ExpressJs with MongoDB as backend. Together these are popularly referred as MEAN stack technologies.
- MongoDB - NoSQL Database .Written in C++, MongoDB features: JSON-style documents with dynamic schemas and Full Indexing support.
- NodeJS - Core -
- ExpressJS - Web app framework - Express is a minimal and flexible node.js web application framework, providing a robust set of features for building hybrid web applications.
- AngularJS - JS MVC - AngularJS is a client-side JavaScript framework , maintained by Google, that assists with running single-page applications.
No comments:
Post a Comment