https://github.com/2bigo/nancy
How JavaScript Promise Works
https://github.com/2bigo/nancy
asynchronous functional functional-programming javascript promise promise-library
Last synced: 5 days ago
JSON representation
How JavaScript Promise Works
- Host: GitHub
- URL: https://github.com/2bigo/nancy
- Owner: 2bigO
- License: mit
- Created: 2019-02-09T11:08:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T09:21:26.000Z (over 6 years ago)
- Last Synced: 2025-06-26T04:37:41.825Z (8 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: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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).