programaker / AsyncJsMonad

Monads against callback hell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Async module allows asynchronous operation chaining in monadic style (map, flatMap, unit...), eliminating nested callbacks.

Yes, I know Promises solve this problem, but I wanted to have some fun =P

About

Monads against callback hell


Languages

Language:JavaScript 85.3%Language:HTML 14.7%