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

mini-meteor: Demo of MeteorJS reactive client libraries

mini-meteor: Demo of MeteorJS reactive client libraries | JavaScript for Line of Business Applications | Scoop.it
mini-meteor - Select Client-side components of MeteorJS

Hypothesis: More people would try Meteor if they could evaluate its front-end behavior first, independently of its server components.

The Solution
I have released a package to Bower, and to Npm, called Mini-Meteor. This gives developers access to the Reactive capabilities of Meteor, including utilities for making reactive JS objects. It can be used as a replacement for Angular, Ember, or Backbone, though it will be most familiar to those accustomed to the Knockout library.

No comment yet.
Scoop.it!

Todo web app with meteor js

After reading the Discover meteor , I want to create sample web apps with meteor.js. So, I did the todo. Yes, it’s easy and can apply what we learn. I commitstep by step and it’s only 15 commits. So, if you want to learn , how I did it , you can check on the commits.

Why meteor

Meteor is awesome for real time web apps. It’s using DDP (Distributed Data Protocol) for real time. If you are making the real time web app, you should chose the meteor. But if you are making to show large amount of data, not recommend for my point of view.

Learning

Meteor is different with other framework. So, if you want to learn meteor , I recommend the Discover meteor book. After reading the book , you should watch the EventedMind videos.

You can check my code demo at http://learningmeteortodo.meteor.com/ and get the code from github.

No comment yet.
Scoop.it!

meteor-persistent-session: store session variables in localStorage

meteor-persistent-session: store session variables in localStorage | JavaScript for Line of Business Applications | Scoop.it

Make Meteor's Session object persist its values locally and across page refreshes. Meteor's default implementation loses values whenever the page is refreshed.

Uses amplifyjs's store library to save values in the browsers localStorage, falling back to other solutions if it's not available.


No comment yet.