Comment by BinaryIdiot

10 years ago

A few years ago I showcased my little messaging library (http://msngrjs.com/). Since then I've used it in almost all of my projects, reworked the API multiple times, significantly increased performance and added many APIs (net functions that can do restful calls in node and browser, a merge cache and various validation helpers). It's up to 700 downloads a month on npm.

So it's gained traction and I constantly improve it since I wrote it for me a long time ago. I'm working on version 5 as we speak which is another API change but one that's going to make it far more approachable. Once version 5 is out it will become the LTS version and still stick around for a very long time.

I never get much feedback on it except for the folks at Immuta who used it quite a bit. I wish I got really any feedback but since it's written by me and for me it ultimately doesn't matter much (though I would love to improve it for others).