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

LoopBack - Open-source API Server Powered by Node.js

LoopBack - Open-source API Server Powered by Node.js | JavaScript for Line of Business Applications | Scoop.it

LoopBack is an open source Node.js framework built on top of Express optimized for mobile, web, and other devices. Connect to multiple data sources, write business logic in Node.js, glue on top of your existing services and data, connect using JS, iOS & Android SDKs.

Jan Hesse's insight:

https://github.com/strongloop/loopback

No comment yet.
Scoop.it!

No back-end blog solution with Node.js and Markdown

No back-end blog solution with Node.js and Markdown | JavaScript for Line of Business Applications | Scoop.it

Techy is a flat CMS based on Node.js and Markdown. I made it because I wanted to write my articles in Markdown format and avoid the time-consuming publishing workflow which I’ve been using. This post will cover a little bit about how why I created the project, how it works and how you can use it.


The idea is simple. We write Markdown files and by running the techy command in the terminal these files are converted to beautifully looking HTML pages. The final result of this article could be seen here. The home page of the blog looks like that...

No comment yet.
Scoop.it!

AngularFire - A real-time backend for AngularJS from Firebase

AngularFire - A real-time backend for AngularJS from Firebase | JavaScript for Line of Business Applications | Scoop.it
AngularFire is an officially supported AngularJS binding for Firebase. Firebase is a full backend so you don't need servers to build your Angular app!

* Rapid Development
AngularFire is built to make sure you can write your app as quickly as possible. There's no backend code to write or servers to set up, just start writing your frontend code and focus on building a great experience.

* Flexible API
Choose between an easy to use implicit sync API that will automatically keep all your Angular models persisted and updated, or a more powerful explicit sync API that gives you control over when data gets synchronized.

* 3-way Data Binding
Synchronizing and persisting user or app data in realtime is a breeze with AngularFire's 3-way data binding. It's never been easier to extend Angular's quintessential 2-way data binding concept to the server.

No comment yet.
Scoop.it!

Handy.js - The Web Application Template for NodeJs

Handy.js - The Web Application Template for NodeJs | JavaScript for Line of Business Applications | Scoop.it

Handy provides all the basic functionality of a web app freeing you to focus on the features that make your app truly unique.


Out of the box user account management

  • Account registration
  • User authentication - login / logout
  • Password reset
  • Email address verification


Dead simple content management

  • Define new content types
  • Save or retrieve content from the database
  • Delete content
  • Publish or unpublish content
  • Rate content


Easy role based access control

  • Assign roles to users
  • Grant access permissions
  • Check user permissions to access resources
  • Manage permissions with a graphical UI


No comment yet.
Scoop.it!

AWS JS SDK - The Canonical Angular Guide

AWS JS SDK - The Canonical Angular Guide | JavaScript for Line of Business Applications | Scoop.it

One of the biggest benefits to building a single page app (SPA) is the ability to host flat files, rather than needing to build and service a back-end infrastructure.

However, most of the applications that we will build need to be powered by a back-end server with custom data. There are a growing number of options to enable us developers to focus on building only our front-end code and leave the back-ends alone.

Amazon released a new option for us late last week to allow us to build server-less web applications from right inside the browser: Amazon AWS Javascript SDK.

Their browser-based (and server-side with NodeJS) SDK allows us to confidently host our applications and interact with production-grade back-end services.

Now, it’s possible to host our application stack entirely on Amazon infrastructure, using S3 to host our application and files, DynamoDB as a NoSQL store, and other web-scale services. We can even securely accept payments from the client side and get all the benefits of the Amazon CDN.

With this release, the Javascript SDK now allows us to interact with 5 of the dozens of Amazon AWS services. These five services are:

* DynamoDB
* Simple Notification Service (SNS)
* Simple Queue Service (SQS)
* Simple Storage Service (S3)
* Security Token Service (STS)

No comment yet.
Scoop.it!

Open source service like Parse or Firebase?

Is there a open source / standalone / self hosted service like Parse or Firebase, preferably using Node.js. I really like the concept of a systems that manages data synchronization between all my apps (mobile, web, desktop). I think these are great services, but I'd really like to have full control over my backend stack and data.

jaredwilli's comment, July 23, 2013 6:32 PM
I find Firebase to be great myself, however they have much work to do still to make it really seamless and pain free.