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

Building Realtime Applications Just Got Easy

Building Realtime Applications Just Got Easy | JavaScript for Line of Business Applications | Scoop.it

Creating realtime web applications has been possible for a while now, however up until recently it’s been kind of a pain and required a big engineering effort.

I think this is largely because the tools haven’t provided exactly what we needed to do realtime in a simple and painless way.

Luckily this has all changed, now it’s pretty easy to build realtime applications and it’s my goal to prove that to you in this episode.

The best way to prove this is by showing you, so we’ll build a simple single page application the uses realtime features from top to bottom.

No comment yet.
Scoop.it!

Creating a simple CRUD HTTP API using KoaJS

In this screencast I'm creating a very basic CRUD Api using Koa Js. I have created a couple of tests that we use to see how the API is supposed to be used and that drives us through the screencast. 
We will also talk very shortly about generators, a new feature in Javascript that is coming soon and that KoaJs is using extensively.

No comment yet.
Scoop.it!

A Simple CRUD Demo with Koa.js

A Simple CRUD Demo with Koa.js | JavaScript for Line of Business Applications | Scoop.it

In my previous blog post, I have introduced Koa.js, a new framework building Node.js apps, by leveraging harmony (ECMAScript 6) features of JavaScript. In this blog post, I will demonstrate how to write a web app in Koa.js with basic CRUD functionalities. The source code of the demo web app is available on Github.

In order to working with Koa.js, you must install Node 0.11.9 or higher for JavaScript generator support. After installing Node 0.11.9 or higher, you can install Koa.js using npm.

Koa is a minimalist framework and does not bundled with middleware, so that Koa itself, does not provide routing infrastructure. To use routing for Koa, you can use koa-route, which is a simple route middleware for Koa.

No comment yet.
Scoop.it!

From AngularJS to React: the isomorphic way

From AngularJS to React: the isomorphic way | JavaScript for Line of Business Applications | Scoop.it

We wanted to have something that renders our content on the server-side at the first load, but provides the experience of the SPA applications after that. 
We needed something that can render both on the client and server side and share the application state between the two sides. So the client should continue from the point where the server finished its job. 
To implement this kind of architecture the code base has to be common on the server and client side (Browserify/Webpack) and the application also has to be able to render on both sides.

No comment yet.
Scoop.it!

KWAND JavaScript Full Stack Web Development for the Next Generation

KWAND JavaScript Full Stack Web Development for the Next Generation | JavaScript for Line of Business Applications | Scoop.it
KWAND JavaScript Full Stack Web Development for the Next Generation of Web and Mobile Applications

Uses Koa · WebSockets · Angular · Node · Dokku like this:


Client:

  • AngularJS
  • AngularUI
  • Socket.IO

Server:

  • Co
  • Koa
  • Jade
  • WS

Storage:

  • MongoDB

Develop:

  • Gulp
  • Stylus
  • LiveReload
  • Nodemon

Test:

  • SuperAgent
  • Mocha
  • Travis

Package:

  • NPM

Deploy:

  • Dokku
  • Heroku
  • Forever


No comment yet.