Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futantan/nuo.js
An implementation of the Promise/A+ spec. Only 80 lines of code
https://github.com/futantan/nuo.js
javascript promise promiseaplus
Last synced: about 1 month ago
JSON representation
An implementation of the Promise/A+ spec. Only 80 lines of code
- Host: GitHub
- URL: https://github.com/futantan/nuo.js
- Owner: futantan
- Created: 2018-10-28T12:31:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:36:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T00:09:47.505Z (about 1 month ago)
- Topics: javascript, promise, promiseaplus
- Language: JavaScript
- Homepage:
- Size: 794 KB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nuo.js
======`Nuo.js` is an implementation of the Promise/A+ spec. The word `Nuo` means promise in Chinese(诺)
It's only 80 lines of code, very neat and clean.