Since now Promise is implemented by all most every Javascript platform, there is no need to struggle using which Promise. If you dont care about the runtime speed, use native Promise which no need to require a new module. Or if you want more feature, use bluebird with 50KB. Or if you want smaller size, use Yaku with 4.1KB. This repo is for understanding Promise cencept. Dont use it.
### OverviewJust a Promises/A+ spec implementation Project. Readable, simple, but not useful to production.
In Chinese, mimi means breast. Since when I write code, I always think about mimi to let me focus. So I name it to express my thought to mimi. May god bless mimi.
npm install -g promises-aplus-tests
promises-aplus-tests mimi-promise.js
MIT