Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keyvan-m-sadeghi/nancy

How JavaScript Promise Works
https://github.com/keyvan-m-sadeghi/nancy

asynchronous functional functional-programming javascript promise promise-library

Last synced: 28 days ago
JSON representation

How JavaScript Promise Works

Awesome Lists containing this project

README

        

[![Build Status](https://api.travis-ci.org/assister-ai/async-counter.svg?branch=master)](https://travis-ci.org/assister-ai/nancy)

# Nancy - A Functional JavaScript Promise implementation

Check out [the article](https://hackernoon.com/implementing-javascript-promise-in-70-lines-of-code-b3592565af0f), [the code](https://github.com/assister-ai/nancy/blob/master/index.js) and [the commit history](https://github.com/assister-ai/nancy/commits/master).

Tests use `asyncCounter`, perhaps another [good read](https://github.com/assister-ai/async-counter/blob/master/index.js).