Skip to content
mr-White edited this page Jul 23, 2014 · 2 revisions

Frameworkey - Promise Edition

Welcome to Frameworkey, a promised based node server, where the flow of code execution is made more linear via promises. This programming paradigm prevents call back hell while introducing chain-able controller actions.

How Ridiculous Is This?

Do monkeys eat bananas? Duh.

Concept

All actions are promises that can be pre-pended or appended to a que. Upon successful creation of the que, our requestProcessor resolves the que in a linear order, insuring code execution in the manner truly desired.

Why

Do you like dynamic functional programming ? That's why. This concept brings programming theorems of functional languages like Haskell to node (correct me if I'm wrong here, G ~ L)

Clone this wiki locally