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

My path to the real-time Web

My path to the real-time Web | JavaScript for Line of Business Applications | Scoop.it

Among other things in this blog post I’ll describe an example of how the usage of real-time can save you 99% of backend requests, while making your code simpler and your user interface snappier along the way.

Then, about a year ago, I stumbled across an old friend of mine who happens to be the author ofAutobahn, an open-source real-time framework for Web, Mobile & Internet of Things.

It took some time until I was convinced of the simplicity of his technology, but eventually I found that I did not need to understand the inner complications of sending messages over WebSocket from A to B in order to use Autobahn.

Once I had WebSocket working in my app, I was just a tiny step away from getting server pushed messages into the client browser. I very much liked this idea to get rid of those refresh buttons everywhere in the frontend. That was a low hanging fruit then and I quickly got some really nice changes in interface design (like live chat, object locking in the frontend and real-time refresh).


No comment yet.
Scoop.it!

Bancha - Rapid Development for ExtJS and Sencha Touch with CakePHP

Bancha - Rapid Development for ExtJS and Sencha Touch with CakePHP | JavaScript for Line of Business Applications | Scoop.it
Bancha seamless integrates CakePHP 2 with ExtJS 4 and Sencha Touch 2.

Bancha lets you use CakePHP models in your Ext JS/Sencha Touch application. These models get all fields, validations, associations and fully configured proxies from the server. Out of the box they also support remote sorting, filtering and paging.

Simply require your CakePHP model (e.g. 'Bancha.model.User') and you get a fully configured model from server-side data.

No comment yet.