JavaScript MVC框架和语言总结[infoq]

简介: infoq关于javascript的语言和框架的总结,非常全面,值得一读。 http://www.infoq.com/minibooks/emag-javascript Contents of the JavaScript eMag include: Top JavaScript MVC ...
+关注继续查看

infoq关于javascript的语言和框架的总结,非常全面,值得一读。

http://www.infoq.com/minibooks/emag-javascript

Contents of the JavaScript eMag include:

  • Top JavaScript MVC Frameworks JavaScript front-end codebases have been growing larger and more difficult to maintain. As a way to solve this issue developers have been turning to MVC frameworks which promise increased productivity and maintainable code. As part of the new community-driven research initiative, InfoQ is examining the adoption of such frameworks and libraries by developers.
  • JavaScript MVC Frameworks vs. Compile to JavaScript Languages InfoQ is examining the adoption of JavaScript MVC frameworks, compared to languages that transcompile to JavaScript, for front-end development.
  • What's Your Next Language on the Javascript Platform? JavaScript VMs are mature and ubiquitous - but what's the best language to write code for it? A long list of languages targeting JavaScript exists, but which one will you use for your next project?
  • Operating Node.js in Production, with Bryan Cantrill Bryan talks about the challenges of operating Node.js in real production environments and the experiences he had working with it at Joyent. He also talks about DTrace, SmartOS, V8 and compares with other platforms.
  • Contrasting Backbone and Angular Victor Savkin presents in detail the pros and cons of using Backbone.js and Angular.js to create web applications, comparing the two frameworks with each other.
  • Ember.js - Web Applications Done Right This article explains the Ember.js application development model and shows how to use it to build your first client-side JavaScript web application with the framework.
相关文章
|
11月前
|
JavaScript 前端开发 API
JavaScript中字符串的API使用总结
JavaScript中字符串的API使用总结
|
11月前
|
JSON 编解码 JavaScript
【笔记】js URL编码解析总结
js URL编码解析总结
162 0
|
11月前
|
JavaScript 前端开发 API
JavaScript数组API总结
JavaScript数组API总结
JavaScript数组API总结
|
11月前
|
JavaScript BI
|
11月前
|
JavaScript 前端开发
JavaScript总结:typeof与instanceof的区别,及Object.prototype.toString()方法
JavaScript总结:typeof与instanceof的区别,及Object.prototype.toString()方法
117 0
JavaScript总结:typeof与instanceof的区别,及Object.prototype.toString()方法
|
11月前
|
JavaScript 前端开发
JavaScript总结:let变量(弥补var的缺陷)
JavaScript总结:let变量(弥补var的缺陷)
92 0
JavaScript总结:let变量(弥补var的缺陷)
|
11月前
|
JavaScript 前端开发
JavaScript总结: javascript中使用var定义变量的变量提升问题
JavaScript总结: javascript中使用var定义变量的变量提升问题
75 0
JavaScript总结: javascript中使用var定义变量的变量提升问题
|
11月前
|
存储 前端开发 JavaScript
JavaScript总结:关于堆栈、队列中push()、pop()、shift()、unshift()使用方法的理解
JavaScript总结:关于堆栈、队列中push()、pop()、shift()、unshift()使用方法的理解
156 0
JavaScript总结:关于堆栈、队列中push()、pop()、shift()、unshift()使用方法的理解
|
12月前
|
JavaScript 前端开发 内存技术
JS入门到进阶知识总结(四)
JS入门到进阶知识总结(四)
JS入门到进阶知识总结(四)
|
12月前
|
JavaScript 前端开发 程序员
相关产品
云迁移中心
推荐文章
更多