Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnb/awesome-awesome-nodejs
🐢🚀 An Awesome list of Awesome lists related to Node.js.
https://github.com/bnb/awesome-awesome-nodejs
List: awesome-awesome-nodejs
awesome awesome-list developer-tools javascript lists modules node nodejs npm resources turtle-rocket
Last synced: 23 days ago
JSON representation
🐢🚀 An Awesome list of Awesome lists related to Node.js.
- Host: GitHub
- URL: https://github.com/bnb/awesome-awesome-nodejs
- Owner: bnb
- License: cc0-1.0
- Created: 2017-12-10T00:09:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T19:57:30.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T12:16:48.037Z (6 months ago)
- Topics: awesome, awesome-list, developer-tools, javascript, lists, modules, node, nodejs, npm, resources, turtle-rocket
- Homepage:
- Size: 31.3 KB
- Stars: 1,558
- Watchers: 48
- Forks: 84
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-web - awesome-awesome-nodejs
- awesome-starred-test - bnb/awesome-awesome-nodejs - 🐢🚀 An Awesome list of Awesome lists related to Node.js. (Others)
- awesome-starred - bnb/awesome-awesome-nodejs - 🐢🚀 An Awesome list of Awesome lists related to Node.js. (npm)
- jimsghstars - bnb/awesome-awesome-nodejs - 🐢🚀 An Awesome list of Awesome lists related to Node.js. (Others)
README
# Awesome Awesome Node.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A curated list of awesome lists that are about or related to Node.js.
*Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing, going deeper down the rabbit hole. 🐰*
#### Meta stuff about this awesome list:
If you'd like to add an awesome list to `awesome-awesome-nodejs` that's related to Node.js, be sure to read the [contribution guidelines](CONTRIBUTING.md) and then make your change and [open a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)!Be sure to check out the official [Node.js website](https://nodejs.org) and the [Node.js GitHub organization](https://github.com/nodejs) if you'd like to get involved. Find the original article that sparked this list on the [NodeSource Blog](https://nodesource.com/blog/the-21-most-awesome-awesome-lists-for-node-js-developers/).
Like `awesome-awesome-nodejs`? Reach out to [@bitandbang](https://twitter.com/bitandbang) on Twitter to say *hi*! 👋
## Table of Contents
- [Awesome Node.js Lists](#awesome-nodejs-lists)
- [Awesome JavaScript Lists](#awesome-javascript-lists)
- [Awesome Deployment Lists](#awesome-deployment-lists)
- [Awesome Tool, Framework, and Protocol Lists](#awesome-tool-framework-and-protocol-lists)
- [Awesome Ecosystem Lists](#awesome-ecosystem-lists)## Awesome Node.js Lists
Know of an awesome list that would fit in this section? [Help add it!](https://github.com/bnb/awesome-awesome-nodejs/issues/new)* [Node.js](https://github.com/sindresorhus/awesome-nodejs) - The core awesome list for Node.js.
* [npm](https://github.com/sindresorhus/awesome-npm) - A list specifically around npm, the package manager bundled with Node.js by default.## Awesome JavaScript Lists
Know of an awesome list that would fit in this section? [Help add it!](https://github.com/bnb/awesome-awesome-nodejs/issues/new)* [JavaScript](https://github.com/sorrycc/awesome-javascript) - A central list of _everything_ JavaScript.
* [ES6 Tools](https://github.com/addyosmani/es6-tools) - Collection of tooling around enabling ES6 features.
* [Functional Programming](https://github.com/stoeffel/awesome-fp-js) - An extensive list of resources on learning, implementing, and using Functional Programming in JavaScript.
* [Promises](https://github.com/wbinnssmith/awesome-promises) - A list with a focuses on resources, implementations, and utilities for Promises.
* [JavaScript Learning](https://github.com/micromata/awesome-javascript-learning) - A list limited to the best learning resources about JavaScript – the language.## Awesome Deployment Lists
Know of an awesome list that would fit in this section? [Help add it!](https://github.com/bnb/awesome-awesome-nodejs/issues/new)* [Linux Containers](https://github.com/Friz-zy/awesome-linux-containers) - One of the most comprehensive lists of resources surrounding containers and containerization you'll find.
* [Amazon Web Services (AWS)](https://github.com/donnemartin/awesome-aws) - AWS is a de facto choice for deploying Node.js apps to the cloud - fantastic resources around deploying with AWS.
* [Docker](https://github.com/veggiemonk/awesome-docker) - Everything about Docker, from general articles to community meetups.
* [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes) - A bountiful resource to begin orchestrating containerized applications with Kubernetes.## Awesome Tool, Framework, and Protocol Lists
Know of an awesome list that would fit in this section? [Help add it!](https://github.com/bnb/awesome-awesome-nodejs/issues/new)* [Electron](https://github.com/sindresorhus/awesome-electron) - A suite of of resources for building with [Electron](electron.atom.io).
* [React](https://github.com/enaqx/awesome-react) - List of resources for React, covering just about every concept, methodology, and implementation in the React ecosystem.
* [React Native](https://github.com/jondot/awesome-react-native) - Comprehensive collection of resources React Native.
* [Webpack](https://github.com/d3viant0ne/awesome-webpack) - Curated list of Webpack loaders, integrations, articles, videos, examples, and more.
* [Vue](https://github.com/vuejs/awesome-vue) - Selection of both official and community Vue.js examples, tooling, snippets, components, and projects.
* [ESLint](https://github.com/dustinspecker/awesome-eslint) - List around everything ESLint. You should be linting if you're not already 😉
* [TypeScript](https://github.com/dzharii/awesome-typescript) - Everything TypeScript, including essential resources, plugins, and tools.
* [Maintenance Modules](https://github.com/maxogden/maintenance-modules) - _Tiny_ set of mostly tiny modules, all built to improve the experience of developing and maintaining modules.## Awesome Ecosystem Lists
These are lists that don't necessarily fit in one of the above categories, but* [Chrome DevTools](https://github.com/ChromeDevTools/awesome-chrome-devtools) - Compilation of a variety of projects based on the Chrome DevTools tooling, by the DevTools team.
* [Mad Science npm Packages](https://github.com/feross/awesome-mad-science) - Mad science packages, published on npm, that push the bounds of what JavaScript, Node.js, and a suite of other web technologies can do.
* [Network-layer JavaScript](https://github.com/Kikobeats/awesome-network-js) - Networking tools, modules, and protocol implementations built with JavaScript and Node.js that enable developers to build against a variety of network layers.
* [Awesome micro npm packages](https://github.com/parro-it/awesome-micro-npm-packages) - Small, focused npm packages that do one thing well.