Just wanted to share a few useful libraries if you plan to do a pure javascript web development:
* jQuery http://jquery.com/ - who doesn't know it, right ?
* Backbone.js http://documentcloud.github.com/backbone/ - a useful and light MVC framework, that effortlessly works with JSON server-side APIs
* RequireJS http://requirejs.org/ - the framework that provides bunch of useful functionality, such as automatic namespacing for the modules, javascript minification, pluggins support etc. One of the useful plug-ins is I18N that provides a good support for localization.
* Dust http://akdubya.github.com/dustjs/ - fast and light templating engine.
Enjoy!
Friday, March 30, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment