Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keyvan-m-sadeghi/nancy
- Owner: keyvan-m-sadeghi
- License: mit
- Created: 2019-02-09T11:08:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T09:21:26.000Z (almost 6 years ago)
- Last Synced: 2024-12-25T03:03:58.535Z (30 days ago)
- Topics: asynchronous, functional, functional-programming, javascript, promise, promise-library
- Language: JavaScript
- Homepage: https://hackernoon.com/implementing-javascript-promise-in-70-lines-of-code-b3592565af0f
- Size: 12.7 KB
- Stars: 25
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).