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: 'Frameworks', 'isomorphic'. Clear
Scoop.it!

Oh god, I built another JavaScript framework

Oh god, I built another JavaScript framework - On Coding - Medium
How and why I was driven into the warm embrace of my very own web stack

Once I started going down this path, I tried to come up with what the ideal web app bootstrapping framework might actually look like.

I took my codebase and literally started moving files around, trying to come up with a sane way of organizing everything that didn’t feel like a bunch of duct tape and bubble gum.

Here are the guidelines I came up with during this process...

Jan Hesse's insight:

http://skitjs.com/

No comment yet.
Scoop.it!

Brisket - Isomorphic Javascript Framework by Bloomberg

Brisket - Isomorphic Javascript Framework by Bloomberg | JavaScript for Line of Business Applications | Scoop.it

"best perceived speed, the greatest code freedom, and the strongest search engine optimization"

Brisket is a framework for building single page web apps using isomorphic JavaScript. A Brisket app is both a traditional web site AND a single page web application at the same time. Brisket provides the tools that you need to spend your time focusing on your application's logic rather than on "what environment is my code running in?".

Jan Hesse's insight:

http://www.bloomberg.com/company/2015-03-24/bloomberg-weve-made-brisket-can-make-anything/

No comment yet.
Scoop.it!

Taunus - Micro Isomorphic MVC Engine for Node.js

Taunus - Micro Isomorphic MVC Engine for Node.js | JavaScript for Line of Business Applications | Scoop.it

Taunus focuses on delivering a progressively enhanced experience to the end-user, while providing a reasonable development experience as well. Taunus prioritizes content. It uses server-side rendering to get content to your humans as fast as possible, and it uses client-side rendering to improve their experience.

While it focuses on progressive enhancement, usability and performance are both core concerns for Taunus. Incidentally, focusing on progressive enhancement also improves both of these. Usability is improved because the experience is gradually improved, meaning that if somewhere along the line a feature is missing, the component is still expected to work.

No comment yet.
Scoop.it!

LazoJS - 100% SEO compliant; single code base; client, server framework with optimized time to render.

LazoJS - 100% SEO compliant; single code base; client, server framework with optimized time to render. | JavaScript for Line of Business Applications | Scoop.it

A client-server web framework built on Node.js that allows front-end developers to easily create a 100% SEO compliant, component MVC structured web application with an optimized first page load.

No comment yet.
Scoop.it!

CompoundJS

CompoundJS | JavaScript for Line of Business Applications | Scoop.it

CompoundJS is the Node.JS MVC framework based on ExpressJS, fully ExpressJS-compatible. It allows you to build well-structured web applications.

The main objective of the framework - web development without pain.

No comment yet.
Scoop.it!

catberry - a framework for fast and modular isomorphic web-applications using node.js

catberry - a framework for fast and modular isomorphic web-applications using node.js | JavaScript for Line of Business Applications | Scoop.it

Catberry was developed to help in creating "isomorphic" Web applications. Isomorphic applications are apps that use the same codebase to run from both server and client-side environments.

This means you write the code only once, and deploy it the way you want. Catberry handles all the differences between these two environments, and will make sure the normal JavaScript modules that would need a server-side environment to run will execute without errors inside a browser.

The application fits best when developing single-page applications (SPAs) and is also very well documented, helping developers new to the platform easily get acquainted to all of its features.

Catberry uses modern technologies like HTML 5, Browserify, Connect, and Express, works on most modern browsers, and can also be extended via dedicated packages.


Main features:
* Fast rendering engine
* Integrated the LinkedIn's Dust template engine
* Browser history via the HTML5 History API
* Dependency injection support
* Event-based routing
* SEO friendly code

No comment yet.