DEV Community

Discussion on: How to write your own search engine using Node.js and Elastic

Collapse
 
digitalmouse profile image
Jimm

Great Article! What made you decide to use async() over the more modern Promise()?

Collapse
 
rstar2 profile image
Rumen Neshev

Actually using async is more "modern" if it can be said so, it uses Promises. But in the end it's just a personal style preference