JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'GitHub', 'module'. Clear
Scoop.it!

Inject: Dependency Management Got Awesome

Inject: Dependency Management Got Awesome | JavaScript for Line of Business Applications | Scoop.it

Inject (Apache Software License 2.0) is a revolutionary way to manage your dependencies in aLibrary Agnostic way. Some of its major features include:

* CommonJS Compliance in the Browser (module.exports.*)

* AMD Compliance for Library compatibility (define())

* Cross domain retrieval of files

* localStorage caching to reduce HTTP requests

Jan Hesse's insight:

http://engineering.linkedin.com/open-source/introducing-inject-open-source-javascript-dependency-management-library-browser

No comment yet.
Scoop.it!

Mod JS

Mod JS | JavaScript for Line of Business Applications | Scoop.it

Mod JS is a JavaScript framework that allows you to build large scale applications in a modular, scalable, and maintainable way, without tons of bloat or any unneseccary code. By decoupling small sections of the framework and having them work independently of each other. You can be sure your changes and additions won't affect any other portion of the code base. This loose coupling is what allows for the application code base to remain scalable and properly functioning.

No comment yet.