开发者

Backbone.js versus Express versus Ext JS ...and JSPP? [closed]

开发者 https://www.devze.com 2023-02-11 22:53 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 9 years ago.

开发者_开发技巧 Improve this question

What are the pros and cons of Backbone.js, Express, Ext JS, and JSPP??


There all very different.

backbone.js is a client-side MVC framework.

JSPP is a means you can write inline server-side code (like PHP or ASP) for nodejs

Express is a node.js specific server-side framework for web development.

Ext JS is a framework for making web applications and widgets.

There all very different. There isn't any point in a direct comparison without you telling us what you want to use them for.

To vaguely answer your question. IMHO I would say using backbone.js on the client and on nodejs is great for MVC centric design.

Express is a great layer of abstraction on nodejs because it beats writing the code yourself. Use it to serve content to your clients.

Ext JS is not free.

JSPP looks like ASP/PHP!

0

精彩评论

暂无评论...
验证码 换一张
取 消