DEV Community

Angel Daniel Munoz Gonzalez
Angel Daniel Munoz Gonzalez

Posted on • Updated on

What is the most Wicked (promise|async)/stream based code that you have ever done?

I remember doing a naïve (I guess, I never requested a code review from someone else) implementation of a stream which used a mongodb cursor to process thousands of registries into another database
basically I mixed streams, eventemmiters (inherited of the stream), some generators and promise based code.

Top comments (0)