mongo-express
                                
                                 mongo-express copied to clipboard
                                
                                    mongo-express copied to clipboard
                            
                            
                            
                        use native promises instead of bluebird
Native Promises have been stable, so you should replace bluebird by native promises
Hi! From doing a quick search it looks like most usage of bluebird is to wrap and unwrap promises for interaction with callbacks. https://github.com/mongo-express/mongo-express/search?q=bluebird
I'd love to hear your thoughts about why making the change and the benefit we will have by making our own wrappers/unwrappers vs just using bluebird?
I think Native Promises to easy to maintain and upgrade, standard code is easy to read and write for many developers. it helps anyone who wants to contribute takes less effort. Almost library support promises, so wrap and unwrap callback is unnecessary
@dungmv I agree with you. Bluebird is removed with #884