Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.04 KB

readme.md

File metadata and controls

23 lines (14 loc) · 1.04 KB

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.

Promises/A+ logo ### Overview

Just a Promises/A+ spec implementation Project. Readable, simple, but not useful to production.

Why I name it mimi

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.

Test

npm install -g promises-aplus-tests

promises-aplus-tests mimi-promise.js

License

MIT