Enyo!

Enyo 2.7.0 is now available. The most significant feature in Enyo 2.7 is a shift to a CommonJS-style module system. The new system lets Enyo developers create highly optimized application builds, containing only the framework and application modules that are actually used in the app. As you would expect, this results in smaller file sizes and faster launch times. To speed things up even more, modules that aren't required at launch can easily be factored out and loaded later. To enable this, we have created a new tool called _enyo-dev_, available on npm. This represents a big shift for Enyo development, so we have prepared a conversion guide for existing developers. If you're ready to check out the latest release, get Enyo http://enyojs.com/get-enyo
and get started. * * *

Enyo alternatives

  • AngularJS

  • HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

    tags: built-in-routing developer-tools dynamic-html framework javascript
  • Polymer

  • Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.

    tags: developer-tools framework javascript-development mvc web-development
  • ExpressJS

  • Fast, unopinionated, minimalist web framework for Node.js

    tags: browser-development developer-tools flexible javascript-development javascript-framework
  • ember.js

  • You can write less code with Ember's Handlebars integrated templates that update automatically when the underlying data changes.

    tags: javascript javascript-library mvc-pattern
  • FeathersJS

  • Build incredible real-time applications in record time. Feathers is a real-time, micro-service web framework for NodeJS that gives you control over your data via RESTful resources, sockets and flexible plug-ins.

    tags: framework javascript javascript-development node.js web-applications
  • Backbone.js

  • Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.

    tags: framework javascript javascript-library mvc
  • DHTMLX

  • DHTMLX is a JavaScript library that provides a comprehensive set of UI widgets and makes building web apps easy. Develop killer web apps with DHTMLX!

    tags: ajax asp component components development
  • Sails.js

  • Sails.js make it easy to build custom, enterprise-grade Node.js apps. It is designed to mimic the MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps: data-driven APIs with scalable, service-oriented architecture. It's especially good for building chat, realtime dashboards, or multiplayer games.

    tags: coffeescript developer-tools framework javascript-development javascript-library
  • KnockoutJS

  • Knockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any time you have sections of UI that update dynamically (e.g., changing depending on the user’s actions or when an external data source changes), KO can help you implement it more simply and maintainably.

    tags: developer-tools framework javascript javascript-library mvc
  • Ext JS

  • Ext JS is a JavaScript library for building interactive web applications using techniques such as Ajax, DHTML and DOM scripting. Ext includes interoperability with jQuery and Prototype.

    tags: charting javascript javascript-library jquery prototype
  • Zepto.js

  • Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API.

    tags: javascript-library library programming-language programming-language-library programming-lib