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 tag: 'ChromeApp'. Clear
Scoop.it!

Creating A “Save For Later” Chrome Extension With Modern Web Tools

Creating A “Save For Later” Chrome Extension With Modern Web Tools | JavaScript for Line of Business Applications | Scoop.it
Creating an extension for the Chrome browser is a great way to take a small and useful idea and distribute it to millions of people through the Chrome Web Store. This article walks you through the development process of a Chrome extension with modern web tools and libraries.
No comment yet.
Scoop.it!

Rapid chrome app development with angular

Rapid chrome app development with angular | JavaScript for Line of Business Applications | Scoop.it

The Chrome web browser is Google’s custom browser. Not only is it incredibly speedy and on the bleeding edge of web development, it is at the forefront of delivering web experiences both on and off the web.

Chrome Apps are embedded applications that run within the web browser, but are intended on delivering a native app feel. Since they run within Chrome itself, they are written in HTML5, javascript, CSS3, and have access to native-like capabilities that true web applications do not.

Chrome apps have access to the Chrome API and services and can provide a integrated desktop-like experiences to the user.

One more interesting differentiation between Chrome apps and webapps is that they always load locally, so they show up immediately, rather than waiting for the network to fully download the components. This greatly improves the performance and our user’s experience with running our apps.

In this article, we’ll walk through how to create an advanced Chrome application using Angular.

No comment yet.
Scoop.it!

1.21 Gigawatts - Chromeapps with Angularjs and Node

My friend Dave (@geddski) and I presented this at FluentConf 2013. We wanted to present on three subjects that we love. Chromeapps (which should be the default platform for teams who are building "Native" apps), AngularJS (the most powerful of clientside JavaScript frameworks), and Nodejs (our backend server of choice).

No comment yet.
Scoop.it!

How Scribblify Delivers a Cross-Platform GUI with Node.js and the Chromium Embedded Framework

How Scribblify Delivers a Cross-Platform GUI with Node.js and the Chromium Embedded Framework | JavaScript for Line of Business Applications | Scoop.it

The Scribblify drawing app with its 10-point touch capability and Google Chrome-based GUI took the grand prize in the Intel® App Innovation Contest 2013 using resources from the Intel® Developer Zone.

No comment yet.
Scoop.it!

AppJS - SDK on top of nodejs to build desktop apps using HTML5/CSS/JS

AppJS - SDK on top of nodejs to build desktop apps using HTML5/CSS/JS | JavaScript for Line of Business Applications | Scoop.it

AppJS is an SDK to develop desktop applications using Node.js melded with Chromium. With AppJS you can develop desktop tools and applications using the same libraries and knowledge used to build websites.

Using AppJS you don't need to be worry about coding cross-platform or learning new languages and tools. You are already familiar with HTML, CSS and Javascript. What is better than this stack for application development? Beside, AppJS uses Chromium at the core so you get latest HTML 5 APIs working. So relax and focus on the task your application should do.

No comment yet.