kentonv/promise — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2016-09-05
Add Promise support to a JavaScript environment that lacks native Promises
Write asynchronous code that reads top-to-bottom using Promise.async and Promise.await
Install into a Meteor project with a single meteor add promise command
Pair the library with a Fiber implementation in a non-Meteor project
| kentonv/promise | 3rd-eden/ircb.io | a15n/a15n | |
|---|---|---|---|
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2016-09-05 | 2016-11-16 | 2019-04-07 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Fiber support requires telling the library which Fiber implementation you're using.
A JavaScript library that adds Promise support to older environments, plus a Fiber-based mode that lets async code read like ordinary synchronous code.
Mainly JavaScript. The stack also includes JavaScript, Meteor, Fibers.
Dormant — no commits in 2+ years (last push 2016-09-05).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.