sindresorhus / awesome-nodejs

:zap: Delightful Node.js packages and resources
https://node.cool
Creative Commons Zero v1.0 Universal
58.38k stars 5.83k forks source link

[Suggestion] A few suggestions for a few Categories #819

Closed debdutto closed 6 years ago

debdutto commented 6 years ago

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

sindresorhus commented 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.