I was recently approached by a company that wanted to sponsor adding Multi Tenant support to Node-RED. This would be to enable multiple users to run independent flows on a single Node-RED instance.… (more…)
Read more »
Node.js runs on an event loop. It holds a queue of tasks to run, and runs them, one by one. New tasks appear on the queue while it runs… (more…)
Read more »
I am an npm module author. I've written close to 500 modules. Just this past week I've published around 10 new ones.
Modules I maintain have been downloaded more than 750 million times. Lots of my close friends are module authors as well.
Read more »
Write leakage tests using your favorite test runner (Mocha, Jest, AVA, ...).
Read more »
A simple-but-useful kNN library for NodeJS, comparing JSON Objects using Euclidean distances - axiomzen/Alike... (more…)
Read more »