Salta al contingut principal

6 Essential JavaScript frameworks for building web apps

Single Page Applications (SPA) are on the rise and with it various JavaScript frameworks. A decade back the notion of developing whole web applications in javascript would have sounded ludicrous. But now things are different. We now have many complex frameworks that enable you to easily develop web applications using nothing but JavaScript, even on the server side. Below are a few frameworks listed that have been loved by developers and some new ones that show real promise.


Backbone.js


backbone


Currently the numero uno JavaScript MVC framework. Designed for developing single-page web applications, and is based on the model–view–presenter (MVP) application design paradigm. Backbone was created by Jeremy Ashkenas, who is also known for CoffeeScript. One of the main feature of Backbone that sets it apart from other similar frameworks is its lightweight nature. Backbone.js enforces that all communication to the server should be done entirely through a RESTful API. The frameworks only hard dependency is underscore.js, a library of useful javascript utilities and functions.


Ember.js


ember


Ember.js is an application framework for building sophisticated browser applications. Ember.js (formerly Amber.js SproutCore 2.0) is one of the newest contenders. It is an attempt to extricate the core features from SproutCore 2.0 into a more compact modular framework suited for the web. If you want to build something that tries to tackle desktop-level application development for the web then EmberJS is for you.


The framework supports persistence, computed properties and has auto-updating (live) templates. It also should supports state management rather than the manual routing solution many other frameworks advocate. It also comes with extensive documentation ,templating and has scaffolding tools.


Knockout js


knockout


Knockout is a standalone JavaScript implementation of the Model-View-View Model (MVVM) pattern with templates. Knockout includes the following features:


- Declarative bindings

- Automatic UI refresh (when the data model’s state changes, the UI updates automatically)

- Dependency tracking

- Templating (using a native template engine)


AngularJs


angularjs


AngularJS is built around the belief that declarative programming (HTML) should be used for building UIs and wiring software components, while imperative programming (JavaScript, PHP etc.) is excellent for expressing business logic. AngularJS lets you extend HTML vocabulary for your application to better serve dynamic content through two-way data-binding that allows for the automatic synchronization of models and views. As a result, AngularJS deemphasizes DOM manipulation. It is easy to build complex dynamic UIs with a clean underlying data model and declarative bindings using AngulsrJS


Meteor


meteorjs


Meteor is a new full-stack JavaScript framework, powered by Node.js. Meteor allows you to write your entire application in nothing but JavaScript; not just the client-side, but the server persistence layer as well, with every single API offered in one language. While the framework is yet to reach version 1.0, as long as development remains active you should absolutely investigate this new approach to writing applications.


Express


expressjs


Express is a light-weight web application framework for node.js to help create a MVC web app architecture on the server side. You can then use a database like mongodb with mongoose (for modeling) to provide a backend for your node.js app. Express basically helps you manage everything, from routes, to handling requests and views. Express was specifically inspired by sinatra


Out of the box, Express provides features such as routing, templating/view rendering , dynamic CSS support, middleware (via Connect), session management, logging, application settings, and a command line interface.


Selecting the appropriate framework


As with every other thing in life that offers multiple choices, selecting a good framework for your next project is not an easy thing. It depends on your particular web app requirement and the features the framework provides. Also, some frameworks require a steep learning curve and you would have to invest a sizable amount of your time. I would suggest you take a cursory look through the documentation of all the above frameworks to see which one suits your need. Also take a look at this article – Journey Through The JavaScript MVC Jungle by Addy Osmani.







via code-diesel http://www.codediesel.com/javascript/6-essential-javascript-frameworks-for-building-web-apps/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Code-diesel+%28code-diesel%29

Comentaris

Entrades populars d'aquest blog

15 Tutoriales CSS3 para mejorar tus paginas web

15 Tutoriales CSS3 para mejorar tus paginas web : Les dejo una pequeña recopilación de tutoriales CSS3 que espero sean de utilidad para ustedes, intentamos hacer una recopilación bastante completa para crear impresionantes diseños web con CSS3 y aprovechar las bondades de CSS3 incluso para aplicar efectos, son un total de 15 tutoriales CSS3 gratis . Crear menu dropdown con CSS3 Crear breadcrumbs con estilo Transiciones de paginas con CSS3 Crear timeline con CSS3 y jQuery Reproductor de video con HTML5, CSS3 y jQuery Crear efecto acordion CSS3 Aplicar degradado a texto Crear texto en curva con CSS3 y jQuery Aplicar textura a texto con Magic Pill Crear slider de imagenes con CSS3 y jQuery Rotar texto con CSS3 Crear menu vertical con CSS3 Crear formulario con HTML5 y CSS3 Crear efecto de imagenes apiladas con CSS3 Aplicar estilos para imagenes con CSS3  

Averiguar la Salud del Disco Duro, con Crystal Disk Info [Windows]

Averiguar la Salud del Disco Duro, con Crystal Disk Info [Windows] : El actual “cuello de botella” en nuestras PCs; es decir, donde todo el rendimiento de nuestra PC llega a estancarse , es en el Disco Duro. Si bien los procesadores han evolucionado considerablemente en velocidad / rendimiento, el RAM no sólo es más económico, sino más veloz, y las tarjetas de video siguen innovando con cada generación, los discos duros han permanecido idénticos desde hace años, limitados por la física. Y es que un disco duro tradicional sólo tiene un máximo de velocidad con el que puede girar (medido en revoluciones por minuto, o RPM) que, a su vez, limita la velocidad de lectura y escritura. En pocas palabras, a pesar de que nuestras PCs pueden procesar información mucho más rápido que hace 5 años, los discos duros siguen leyendo (y escribiendo) esta información prácticamente a la misma velocidad. Esto ha cambiado con la llegada de los SSD, los Discos de Estado Sólo que no están limitados por la velo...

El meu editor de codi preferit el 2024, que això ja se sap que va canviant 😄

Visual Code Visual Code és un editor de codi font lleuger, però potent que s’executa al teu escriptori i està disponible per a Windows, macOS i Linux. Compta amb suport integrat per a JavaScript, TypeScript i Node.js i té un ric ecosistema d’extensions per a altres llenguatges i entorns d’execució (com C++, C#, Java, Python, PHP, Go, .NET).  És una eina ideal per a desenvolupar i depurar aplicacions web i en el núvol. Per què Visual Code? Visual Code té molts avantatges com a editor de codi font, com per exemple: És gratuït, ràpid i fàcil d’instal·lar i actualitzar. Té un ampli ecosistema d’extensions que et permeten afegir funcionalitats i personalitzar la teva experiència de desenvolupament. Té un suport integrat per a molts llenguatges i entorns d’execució, i et permet depurar i executar el teu codi des del mateix editor. Té una interfície senzilla i elegant, amb diferents temes i modes de visualització. Té un sistema de sincronització de configuracions que et permet guardar les...