Closed debdutto closed 6 years ago
aedes (mcollina/aedes)
π PR welcome.
xkcd (grant/xkcd)
π Would be a better fit for https://github.com/aharris88/awesome-cli-apps
headrush (gavindmello/headrush)
π I don't really see the point of this module. You can easily do this with existing generic flow control libraries, or even just async/await:
(async() => {
await Promise.all([
initialProcessing(),
connectToMongo(),
connectToRedis()
]);
console.log('ready');
})();
MIDI.js (mudcube/MIDI.js):
π It's mainly for the web and not Node.js. Only the generator is Node.js and honestly too niche.
monit-mqtt (debdutto/monit-mqtt)
π Looks too unfinished and unmaintained. The readme could use a lot of work and the version is 0.0.6. Also bit too niche for this list.
Hi,
Just went through this amazing list. Found a few missing but amazing node libraries / frameworks / thingys that have made my node life a lot more amazing over the past years.
Please find the suggestions along with their probable categories below. Iβm open to discuss and open a PR for each of them.
Real-time
Weird
Process Management, or maybe Miscellaneous
Audio (New section??), or maybe Miscellaneous
Real-time, or maybe Miscellaneous