Skip to content

FTAndy/mimi-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Just an other promise A/+ implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published