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: 'AngularJS', 'Sails.js'. Clear
Scoop.it!

A Simple CRUD with MEAN Stack (MongoDB, ExpressJS, AngularJS, Node.js) + Sails.js on Windows

MEAN stack is a full JavaScript solution that helps you build fast, robust and maintainable production web applications using MongoDB, ExpressJS, AngularJS and Node.js.
Sails.js allows you to build custom, enterprise-grade Node.js apps using the Model-View-Controller pattern to organize your code so it is easier to maintain.
New MEAN Stack = MongoDB+ExpressJS+AngularJS+Node.js+Sails.js = MEANS stack

No comment yet.
Scoop.it!

Creating An Application With Sails, Angular and Require.js

Creating An Application With Sails, Angular and Require.js | JavaScript for Line of Business Applications | Scoop.it

There are a lot of really good client-side and server-side JavaScript frameworks popping up, but there are not many in-depth articles on how they fit together. This series will look at a very specific stack and how it can be used to create an application.


Here is what we will cover:

* Starting The Sails Project
* Sails Server-Side Views
* Adding dependencies
* Angular Controllers
* Sails Models
* Syncing With The Server

No comment yet.
Scoop.it!

An angular service to bind scope models to sailsjs models thru socket

An angular service to bind scope models to sailsjs models thru socket | JavaScript for Line of Business Applications | Scoop.it

An AngularJS service to bind Angular models with sailsjs backend models using socket.io.

What it does:

  • Creates the model inside the $scope for you.
  • Retrieves the model data from the backend using socket.
  • Watches for changes made by the user in the UI and updates the backend immediately.
  • Watches for changes made in the backend and updates the UI immediately.
No comment yet.
Scoop.it!

Angularjs directive for Sails.js

Angularjs directive for Sails.js | JavaScript for Line of Business Applications | Scoop.it

In the last times I’ve been practicing with Sails.js, Nodejs basedframework, and in a short time I feel myself very productive and with realtime skills done in a natural way!

I still don’t find myself comfortable with NoSql databases (and I don’t know if I ever) and Sails.js offers the good ORM Waterline to be used with MySql too.

I think that I’ve a kind of obsession with form validation everytime I try a new environment I test how I can achieve it in a more elegant way.

No comment yet.
Scoop.it!

sailsjs-angularjs-bootstrap-example

sailsjs-angularjs-bootstrap-example | JavaScript for Line of Business Applications | Scoop.it

A suite of examples written for Sails.js, AngularJS, and Twitter Bootstrap.
Contents:

* A REST API test page using Sails' transport agnostic routing (HTTP vs. Socket.io)
* A "Todo List" app demo using Sails' Socket.io messaging and REST Blueprints
* Passport middleware authentication integrated with Sails policies.
* Twitter Bootstrap / Font Awesome custom LESS compiles (Grunt)
* Cache busting JS/CSS for production (Grunt)

No comment yet.
Scoop.it!

Bulding Realtime Web Application With Sails and Angular

Bulding Realtime Web Application With Sails and Angular | JavaScript for Line of Business Applications | Scoop.it

This is the first tutorial on creating an application with Sails JS and Angular JS. So let us get into the topic . There are two big thinks which we should notice . We have selected Sails as well as Angular, why? This will be briefed in coming tutorials :) .

No comment yet.
Scoop.it!

Boilerplate for AngularJS + Sails.js

Boilerplate for AngularJS + Sails.js | JavaScript for Line of Business Applications | Scoop.it

Modern web applications has separated front- and backend sides to use. This boilerplate present one way to make your application which have fully separated back- and frontend sides.

Main goals of this boilerplate
  • Separate back- and frontend development
  • Light frontend application
  • Authenticate with backend (possible multiple ways: local, github, twitter, etc.)
  • Power of AngularJS + WebSockets
  • Simple examples how to use these
No comment yet.