mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2025-02-10 15:44:37 -05:00
Update redirected links and remove dead links (#1170)
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
parent
bd7a35e09c
commit
041a511ee4
1 changed files with 82 additions and 89 deletions
171
readme.md
171
readme.md
|
@ -203,16 +203,15 @@
|
|||
|
||||
### Mad science
|
||||
|
||||
- [webtorrent](https://github.com/feross/webtorrent) - Streaming torrent client for Node.js and the browser.
|
||||
- [webtorrent](https://github.com/webtorrent/webtorrent) - Streaming torrent client for Node.js and the browser.
|
||||
- [peerflix](https://github.com/mafintosh/peerflix) - Streaming torrent client.
|
||||
- [dat](https://github.com/datproject/dat-node) - Real-time replication and versioning for data sets.
|
||||
- [ipfs](https://github.com/ipfs/js-ipfs) - Distributed file system that seeks to connect all computing devices with the same system of files.
|
||||
- [stackgl](https://github.com/stackgl) - Open software ecosystem for WebGL, built on top of browserify and npm.
|
||||
- [peerwiki](https://github.com/mafintosh/peerwiki) - All of Wikipedia on BitTorrent.
|
||||
- [peercast](https://github.com/mafintosh/peercast) - Stream a torrent video to Chromecast.
|
||||
- [BitcoinJS](https://github.com/bitcoinjs/bitcoinjs-lib) - Clean, readable, proven Bitcoin library.
|
||||
- [Bitcore](https://github.com/bitpay/bitcore) - Pure and powerful Bitcoin library.
|
||||
- [PDFKit](https://github.com/devongovett/pdfkit) - PDF generation library.
|
||||
- [PDFKit](https://github.com/foliojs/pdfkit) - PDF generation library.
|
||||
- [turf](https://github.com/Turfjs/turf) - Modular geospatial processing and analysis engine.
|
||||
- [webcat](https://github.com/mafintosh/webcat) - p2p pipe across the web using WebRTC that uses your GitHub private/public key for authentication.
|
||||
- [NodeOS](https://github.com/NodeOS/NodeOS) - The first operating system powered by npm.
|
||||
|
@ -220,11 +219,8 @@
|
|||
- [Brain.js](https://github.com/BrainJS/brain.js) - Machine-learning framework.
|
||||
- [Pipcook](https://github.com/alibaba/pipcook) - Front-end algorithm framework to create a machine learning pipeline.
|
||||
- [Cytoscape.js](https://github.com/cytoscape/cytoscape.js) - Graph theory (a.k.a. network) modeling and analysis.
|
||||
- [Kadence](https://gitlab.com/deadcanaries/kadence) - Kademlia distributed hash table.
|
||||
- [seedshot](https://github.com/twobucks/seedshot) - Temporary P2P screenshot sharing from your browser.
|
||||
- [js-git](https://github.com/creationix/js-git) - JavaScript implementation of Git.
|
||||
- [skale](https://github.com/skale-me/skale-engine) - High performance distributed data processing engine.
|
||||
- [xlsx](https://github.com/sheetjs/js-xlsx) - Pure JS Excel spreadsheet reader and writer.
|
||||
- [xlsx](https://github.com/SheetJS/sheetjs) - Pure JS Excel spreadsheet reader and writer.
|
||||
- [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) - Pure JavaScript implementation of Git.
|
||||
|
||||
### Command-line apps
|
||||
|
@ -246,7 +242,7 @@
|
|||
- [XO](https://github.com/xojs/xo) - Enforce strict code style using the JavaScript happiness style.
|
||||
- [ESLint](https://github.com/eslint/eslint) - The pluggable linting utility for JavaScript.
|
||||
- [David](https://github.com/alanshaw/david) - Tells you when your package npm dependencies are out of date.
|
||||
- [http-server](https://github.com/indexzero/http-server) - Simple, zero-config command-line HTTP server.
|
||||
- [http-server](https://github.com/http-party/http-server) - Simple, zero-config command-line HTTP server.
|
||||
- [Live Server](https://github.com/tapio/live-server) - Development HTTP-server with livereload capability.
|
||||
- [bcat](https://github.com/kessler/node-bcat) - Pipe command output to web browsers.
|
||||
- [normit](https://github.com/pawurb/normit) - Google Translate with speech synthesis in your terminal.
|
||||
|
@ -257,13 +253,13 @@
|
|||
- [tmpin](https://github.com/sindresorhus/tmpin) - Adds stdin support to any CLI app that accepts file input.
|
||||
- [wifi-password](https://github.com/kevva/wifi-password-cli) - Get the current wifi password.
|
||||
- [wallpaper](https://github.com/sindresorhus/wallpaper) - Change the desktop wallpaper.
|
||||
- [pen](https://github.com/noraesae/pen) - Live Markdown preview in the browser from your favorite editor.
|
||||
- [pen](https://github.com/hatashiro/pen) - Live Markdown preview in the browser from your favorite editor.
|
||||
- [dark-mode](https://github.com/sindresorhus/dark-mode) - Toggle the macOS Dark Mode.
|
||||
- [Jsome](https://github.com/Javascipt/Jsome) - Pretty prints JSON with configurable colors and indentation.
|
||||
- [mobicon](https://github.com/samverschueren/mobicon-cli) - Mobile app icon generator.
|
||||
- [mobisplash](https://github.com/samverschueren/mobisplash-cli) - Mobile app splash screen generator.
|
||||
- [diff2html-cli](https://github.com/rtfpessoa/diff2html-cli) - Pretty git diff to HTML generator.
|
||||
- [trymodule](https://github.com/VictorBjelkholm/trymodule) - Try out npm packages in the terminal.
|
||||
- [trymodule](https://github.com/victorb/trymodule) - Try out npm packages in the terminal.
|
||||
- [jscpd](https://github.com/kucherenko/jscpd) - Copy/paste detector for source code.
|
||||
- [atmo](https://github.com/Raathigesh/Atmo) - Server-side API mocking.
|
||||
- [auto-install](https://github.com/siddharthkp/auto-install) - Auto installs dependencies as you code.
|
||||
|
@ -272,17 +268,17 @@
|
|||
- [localtunnel](https://github.com/localtunnel/localtunnel) - Expose your localhost to the world.
|
||||
- [svg-term-cli](https://github.com/marionebl/svg-term-cli) - Share terminal sessions via SVG.
|
||||
- [gtop](https://github.com/aksakalli/gtop) - System monitoring dashboard for the terminal.
|
||||
- [themer](https://github.com/mjswensen/themer) - Generate themes for your editor, terminal, wallpaper, Slack, and more.
|
||||
- [themer](https://github.com/themerdev/themer) - Generate themes for your editor, terminal, wallpaper, Slack, and more.
|
||||
- [carbon-now-cli](https://github.com/mixn/carbon-now-cli) - Beautiful images of your code — from right inside your terminal.
|
||||
- [cash-cli](https://github.com/xxczaki/cash-cli) - Convert between 170 currencies.
|
||||
- [taskbook](https://github.com/klauscfhq/taskbook) - Tasks, boards & notes for the command-line habitat.
|
||||
- [taskbook](https://github.com/klaussinani/taskbook) - Tasks, boards & notes for the command-line habitat.
|
||||
- [discharge](https://github.com/brandonweiss/discharge) - Easily deploy static websites to Amazon S3.
|
||||
- [npkill](https://github.com/voidcosmos/npkill) - Easily find and remove old and heavy node_modules folders.
|
||||
|
||||
### Functional programming
|
||||
|
||||
- [lodash](https://github.com/lodash/lodash) - Utility library delivering consistency, customization, performance, & extras. A better and faster Underscore.js.
|
||||
- [immutable](https://github.com/facebook/immutable-js) - Immutable data collections.
|
||||
- [immutable](https://github.com/immutable-js/immutable-js) - Immutable data collections.
|
||||
- [Ramda](https://github.com/ramda/ramda) - Utility library with a focus on flexible functional composition enabled by automatic currying and reversed argument order. Avoids mutating data.
|
||||
- [Mout](https://github.com/mout/mout) - Utility library with the biggest difference between other existing solutions is that you can choose to load only the modules/functions that you need, no extra overhead.
|
||||
- [RxJS](https://github.com/reactivex/rxjs) - Functional reactive library for transforming, composing, and querying various kinds of data.
|
||||
|
@ -293,8 +289,8 @@
|
|||
- [got](https://github.com/sindresorhus/got) - Nicer interface to the built-in `http` module.
|
||||
- [undici](https://github.com/nodejs/undici) - High performance HTTP client written from scratch with zero dependencies.
|
||||
- [ky-universal](https://github.com/sindresorhus/ky-universal) - Universal HTTP client based on Fetch.
|
||||
- [node-fetch](https://github.com/bitinn/node-fetch) - `window.fetch` for Node.js.
|
||||
- [axios](https://github.com/mzabriskie/axios) - Promise based HTTP client (works in the browser too).
|
||||
- [node-fetch](https://github.com/node-fetch/node-fetch) - `window.fetch` for Node.js.
|
||||
- [axios](https://github.com/axios/axios) - Promise based HTTP client (works in the browser too).
|
||||
- [superagent](https://github.com/visionmedia/superagent) - HTTP request library.
|
||||
- [http-fake-backend](https://github.com/micromata/http-fake-backend) - Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
|
||||
- [cacheable-request](https://github.com/lukechilds/cacheable-request) - Wrap native HTTP requests with RFC compliant cache support.
|
||||
|
@ -305,7 +301,7 @@
|
|||
|
||||
### Debugging / Profiling
|
||||
|
||||
- [debug](https://github.com/visionmedia/debug) - Tiny debugging utility.
|
||||
- [debug](https://github.com/debug-js/debug) - Tiny debugging utility.
|
||||
- [why-is-node-running](https://github.com/mafintosh/why-is-node-running) - Node.js is running but you don't know why?
|
||||
- [njsTrace](https://github.com/valyouw/njstrace) - Instrument and trace your code, see all function calls, arguments, return values, as well as the time spent in each function.
|
||||
- [vstream](https://github.com/joyent/node-vstream) - Instrumentable streams mix-ins to inspect a pipeline of streams.
|
||||
|
@ -326,7 +322,7 @@
|
|||
- [winston](https://github.com/winstonjs/winston) - Multi-transport async logging library.
|
||||
- [console-log-level](https://github.com/watson/console-log-level) - The most simple logger imaginable with support for log levels and custom prefixes.
|
||||
- [storyboard](https://github.com/guigrpa/storyboard) - End-to-end, hierarchical, real-time, colorful logs and stories.
|
||||
- [consola](https://github.com/nuxt/consola) - Console logger.
|
||||
- [consola](https://github.com/unjs/consola) - Console logger.
|
||||
|
||||
### Command-line utilities
|
||||
|
||||
|
@ -353,7 +349,7 @@
|
|||
- [cli-table3](https://github.com/cli-table/cli-table3) - Pretty unicode tables.
|
||||
- [drawille](https://github.com/madbence/node-drawille) - Draw on the terminal with unicode braille characters.
|
||||
- [ascii-charts](https://github.com/jstrace/chart) - ASCII bar chart in the terminal.
|
||||
- [progress](https://github.com/tj/node-progress) - Flexible ascii progress bar.
|
||||
- [progress](https://github.com/visionmedia/node-progress) - Flexible ascii progress bar.
|
||||
- [insight](https://github.com/yeoman/insight) - Helps you understand how your tool is being used by anonymously reporting usage metrics to Google Analytics.
|
||||
- [cli-cursor](https://github.com/sindresorhus/cli-cursor) - Toggle the CLI cursor.
|
||||
- [cli-columns](https://github.com/shannonmoeller/cli-columns) - Columnated unicode and ansi-safe text lists.
|
||||
|
@ -379,13 +375,13 @@
|
|||
- [Broccoli](https://github.com/broccolijs/broccoli) - Fast, reliable asset pipeline, supporting constant-time rebuilds and compact build definitions.
|
||||
- [Brunch](https://github.com/brunch/brunch) - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow.
|
||||
- [FuseBox](https://github.com/fuse-box/fuse-box) - Fast build system that combines the power of webpack, JSPM and SystemJS, with first-class TypeScript support.
|
||||
- [pkg](https://github.com/zeit/pkg) - Package your Node.js project into an executable.
|
||||
- [pkg](https://github.com/vercel/pkg) - Package your Node.js project into an executable.
|
||||
|
||||
### Hardware
|
||||
|
||||
- [johnny-five](https://github.com/rwaldron/johnny-five) - Firmata based Arduino Framework.
|
||||
- [serialport](https://github.com/voodootikigod/node-serialport) - Access serial ports for reading and writing.
|
||||
- [usb](https://github.com/nonolith/node-usb) - USB library.
|
||||
- [serialport](https://github.com/serialport/node-serialport) - Access serial ports for reading and writing.
|
||||
- [usb](https://github.com/node-usb/node-usb) - USB library.
|
||||
- [i2c-bus](https://github.com/fivdi/i2c-bus) - I2C serial bus access.
|
||||
- [onoff](https://github.com/fivdi/onoff) - GPIO access and interrupt detection.
|
||||
- [spi-device](https://github.com/fivdi/spi-device) - SPI serial bus access.
|
||||
|
@ -396,21 +392,21 @@
|
|||
|
||||
- [marko](https://github.com/marko-js/marko) - HTML-based templating engine that compiles templates to CommonJS modules and supports streaming, async rendering and custom tags.
|
||||
- [nunjucks](https://github.com/mozilla/nunjucks) - Templating engine with inheritance, asynchronous control, and more (jinja2 inspired).
|
||||
- [handlebars.js](https://github.com/wycats/handlebars.js) - Superset of Mustache templates which adds powerful features like helpers and more advanced blocks.
|
||||
- [handlebars.js](https://github.com/handlebars-lang/handlebars.js) - Superset of Mustache templates which adds powerful features like helpers and more advanced blocks.
|
||||
- [EJS](https://github.com/mde/ejs) - Simple unopinionated templating language.
|
||||
- [Pug](https://github.com/pugjs/pug) - High-performance template engine heavily influenced by Haml.
|
||||
|
||||
### Web frameworks
|
||||
|
||||
- [Fastify](https://github.com/fastify/fastify) - Fast and low overhead web framework.
|
||||
- [Next.js](https://github.com/zeit/next.js) - Minimalistic framework for server-rendered universal JavaScript web apps.
|
||||
- [Next.js](https://github.com/vercel/next.js) - Minimalistic framework for server-rendered universal JavaScript web apps.
|
||||
- [Nuxt.js](https://github.com/nuxt/nuxt.js) - Minimalistic framework for server-rendered Vue.js apps.
|
||||
- [Hapi](https://github.com/hapijs/hapi) - Framework for building applications and services.
|
||||
- [Micro](https://github.com/zeit/micro) - Minimalistic microservice framework with an async approach.
|
||||
- [Micro](https://github.com/vercel/micro) - Minimalistic microservice framework with an async approach.
|
||||
- [Koa](https://github.com/koajs/koa) - Framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.
|
||||
- [Express](https://github.com/expressjs/express) - Web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications.
|
||||
- [Feathers](https://github.com/feathersjs/feathers) - Microservice framework built in the spirit of Express.
|
||||
- [LoopBack](https://github.com/strongloop/loopback-next) - Powerful framework for creating REST APIs and easily connecting to backend data sources.
|
||||
- [LoopBack](https://github.com/loopbackio/loopback-next) - Powerful framework for creating REST APIs and easily connecting to backend data sources.
|
||||
- [Meteor](https://github.com/meteor/meteor) - An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. *(You might like [awesome-meteor](https://github.com/Urigo/awesome-meteor))*
|
||||
- [Restify](https://github.com/restify/node-restify) - Enables you to build correct REST web services.
|
||||
- [ThinkJS](https://github.com/thinkjs/thinkjs) - Framework with ES2015+ support, WebSockets, REST API.
|
||||
|
@ -419,17 +415,17 @@
|
|||
- [AdonisJs](https://github.com/adonisjs/core) - A true MVC framework for Node.js built on solid foundations of Dependency Injection and IoC container.
|
||||
- [Moleculer](https://github.com/moleculerjs/moleculer) - Fast & powerful microservices framework.
|
||||
- [Nest](https://github.com/nestjs/nest) - Angular-inspired framework for building efficient and scalable server-side apps.
|
||||
- [TypeGraphQL](https://github.com/19majkel94/type-graphql) - Modern framework for creating GraphQL APIs with TypeScript, using classes and decorators.
|
||||
- [Tinyhttp](https://github.com/talentlessguy/tinyhttp) - Modern and fast Express-like web framework.
|
||||
- [TypeGraphQL](https://github.com/MichalLytek/type-graphql) - Modern framework for creating GraphQL APIs with TypeScript, using classes and decorators.
|
||||
- [Tinyhttp](https://github.com/tinyhttp/tinyhttp) - Modern and fast Express-like web framework.
|
||||
- [Marble.js](https://github.com/marblejs/marble) - Functional reactive framework for building server-side apps, based on TypeScript and RxJS.
|
||||
- [Lad](https://github.com/ladjs/lad) - Framework made by a former Express TC and Koa member that bundles web, API, job, and proxy servers.
|
||||
- [Ts.ED](https://github.com/typedproject/tsed) - Intituive TypeScript framework for building server-side apps on top of Express.js or Koa.js.
|
||||
- [Ts.ED](https://github.com/tsedio/tsed) - Intituive TypeScript framework for building server-side apps on top of Express.js or Koa.js.
|
||||
|
||||
### Documentation
|
||||
|
||||
- [documentation.js](https://github.com/documentationjs/documentation) - API documentation generator with support for ES2015+ and flow annotation.
|
||||
- [Docco](https://github.com/jashkenas/docco) - Documentation generator which produces an HTML document that displays your comments intermingled with your code.
|
||||
- [JSDoc](https://github.com/jsdoc3/jsdoc) - API documentation generator similar to JavaDoc or PHPDoc.
|
||||
- [JSDoc](https://github.com/jsdoc/jsdoc) - API documentation generator similar to JavaDoc or PHPDoc.
|
||||
- [Docusaurus](https://github.com/facebook/docusaurus) - Documentation website generator that leverages React and Markdown, and comes with translation and versioning features.
|
||||
|
||||
### Filesystem
|
||||
|
@ -439,7 +435,7 @@
|
|||
- [cpy](https://github.com/sindresorhus/cpy) - Copy files.
|
||||
- [chokidar](https://github.com/paulmillr/chokidar) - Filesystem watcher which stabilizes events from `fs.watch` and `fs.watchFile` as well as using native `fsevents` on macOS.
|
||||
- [find-up](https://github.com/sindresorhus/find-up) - Find a file by walking up parent directories.
|
||||
- [proper-lockfile](https://github.com/IndigoUnited/node-proper-lockfile) - Inter-process and inter-machine lockfile utility.
|
||||
- [proper-lockfile](https://github.com/moxystudio/node-proper-lockfile) - Inter-process and inter-machine lockfile utility.
|
||||
- [load-json-file](https://github.com/sindresorhus/load-json-file) - Read and parse a JSON file.
|
||||
- [write-json-file](https://github.com/sindresorhus/write-json-file) - Stringify and write JSON to a file atomically.
|
||||
- [fs-write-stream-atomic](https://github.com/npm/fs-write-stream-atomic) - Like `fs.createWriteStream()`, but atomic.
|
||||
|
@ -488,7 +484,7 @@
|
|||
|
||||
### Real-time
|
||||
|
||||
- [µWebSockets](https://github.com/uWebSockets/uWebSockets) - Highly scalable WebSocket server & client library.
|
||||
- [µWebSockets](https://github.com/uNetworking/uWebSockets) - Highly scalable WebSocket server & client library.
|
||||
- [Socket.io](https://github.com/socketio/socket.io) - Enables real-time bidirectional event-based communication.
|
||||
- [Faye](https://github.com/faye/faye) - Real-time client-server message bus, based on Bayeux protocol.
|
||||
- [SocketCluster](https://github.com/SocketCluster/socketcluster) - Scalable HTTP + WebSocket engine which can run on multiple CPU cores.
|
||||
|
@ -497,7 +493,7 @@
|
|||
- [Kalm](https://github.com/kalm/kalm.js) - Low-level socket router and middleware framework.
|
||||
- [MQTT.js](https://github.com/mqttjs/MQTT.js) - Client for MQTT - Pub-sub based messaging protocol for use on top of TCP/IP.
|
||||
- [rpc-websockets](https://github.com/elpheria/rpc-websockets) - JSON-RPC 2.0 implementation over WebSockets.
|
||||
- [Aedes](https://github.com/mcollina/aedes) - Barebone MQTT server that can run on any stream server.
|
||||
- [Aedes](https://github.com/moscajs/aedes) - Barebone MQTT server that can run on any stream server.
|
||||
|
||||
### Image
|
||||
|
||||
|
@ -557,7 +553,7 @@
|
|||
### URL
|
||||
|
||||
- [normalize-url](https://github.com/sindresorhus/normalize-url) - Normalize a URL.
|
||||
- [humanize-url](https://github.com/sindresorhus/humanize-url) - Humanize a URL: http://sindresorhus.com → sindresorhus.com.
|
||||
- [humanize-url](https://github.com/sindresorhus/humanize-url) - Humanize a URL: https://sindresorhus.com → sindresorhus.com.
|
||||
- [url-unshort](https://github.com/nodeca/url-unshort) - Expand shortened URLs.
|
||||
- [speakingurl](https://github.com/pid/speakingurl) - Generate a slug from a string with transliteration.
|
||||
- [linkify-it](https://github.com/markdown-it/linkify-it) - Link patterns detector with full unicode support.
|
||||
|
@ -566,16 +562,16 @@
|
|||
|
||||
### Data validation
|
||||
|
||||
- [joi](https://github.com/hapijs/joi) - Object schema description language and validator for JavaScript objects.
|
||||
- [joi](https://github.com/sideway/joi) - Object schema description language and validator for JavaScript objects.
|
||||
- [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) - JSON Schema validator that uses code generation to be extremely fast.
|
||||
- [property-validator](https://github.com/nettofarah/property-validator) - Easy property validation for Express.
|
||||
- [schema-inspector](https://github.com/Atinux/schema-inspector) - JSON API sanitization and validation.
|
||||
- [ajv](https://github.com/epoberezkin/ajv) - The fastest JSON Schema validator. Supports v5, v6 and v7 proposals.
|
||||
- [schema-inspector](https://github.com/schema-inspector/schema-inspector) - JSON API sanitization and validation.
|
||||
- [ajv](https://github.com/ajv-validator/ajv) - The fastest JSON Schema validator. Supports v5, v6 and v7 proposals.
|
||||
- [Superstruct](https://github.com/ianstormtaylor/superstruct) - Simple and composable way to validate data in JavaScript (and TypeScript).
|
||||
|
||||
### Parsing
|
||||
|
||||
- [remark](https://github.com/wooorm/remark) - Markdown processor powered by plugins.
|
||||
- [remark](https://github.com/remarkjs/remark) - Markdown processor powered by plugins.
|
||||
- [markdown-it](https://github.com/markdown-it/markdown-it) - Markdown parser with 100% CommonMark support, extensions and syntax plugins.
|
||||
- [parse5](https://github.com/inikulin/parse5) - Fast full-featured spec compliant HTML parser.
|
||||
- [@parcel/css](https://github.com/parcel-bundler/parcel-css) - A CSS parser, transformer, and minifier written in Rust.
|
||||
|
@ -587,14 +583,14 @@
|
|||
- [neat-csv](https://github.com/sindresorhus/neat-csv) - Fast CSV parser. Callback interface for the above.
|
||||
- [csv-parser](https://github.com/mafintosh/csv-parser) - Streaming CSV parser that aims to be faster than everyone else.
|
||||
- [PEG.js](https://github.com/pegjs/pegjs) - Simple parser generator that produces fast parsers with excellent error reporting.
|
||||
- [x-ray](https://github.com/lapwinglabs/x-ray) - Web scraping utility.
|
||||
- [nearley](https://github.com/Hardmath123/nearley) - Simple, fast, powerful parsing for JavaScript.
|
||||
- [x-ray](https://github.com/matthewmueller/x-ray) - Web scraping utility.
|
||||
- [nearley](https://github.com/kach/nearley) - Simple, fast, powerful parsing for JavaScript.
|
||||
- [binary-extract](https://github.com/juliangruber/binary-extract) - Extract a value from a buffer of JSON without parsing the whole thing.
|
||||
- [Stylecow](https://github.com/stylecow/stylecow) - Parse, manipulate and convert modern CSS to make it compatible with all browsers. Extensible with plugins.
|
||||
- [js-yaml](https://github.com/nodeca/js-yaml) - Very fast YAML parser.
|
||||
- [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) - XML to JavaScript object converter.
|
||||
- [Jison](https://github.com/zaach/jison) - Friendly JavaScript parser generator. It shares genes with Bison, Yacc and family.
|
||||
- [google-libphonenumber](https://github.com/seegno/google-libphonenumber) - Parse, format, store and validate phone numbers.
|
||||
- [google-libphonenumber](https://github.com/ruimarinho/google-libphonenumber) - Parse, format, store and validate phone numbers.
|
||||
- [ref](https://github.com/TooTallNate/ref) - Read/write structured binary data in Buffers.
|
||||
- [xlsx-populate](https://github.com/dtjohnson/xlsx-populate) - Read/write Excel XLSX.
|
||||
- [Chevrotain](https://github.com/Chevrotain/chevrotain) - Very fast and feature rich parser building toolkit for JavaScript.
|
||||
|
@ -604,7 +600,7 @@
|
|||
|
||||
- [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) - Convert bytes to a human readable string: `1337` → `1.34 kB`.
|
||||
- [pretty-ms](https://github.com/sindresorhus/pretty-ms) - Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`.
|
||||
- [ms](https://github.com/rauchg/ms.js) - Tiny millisecond conversion utility.
|
||||
- [ms](https://github.com/vercel/ms) - Tiny millisecond conversion utility.
|
||||
- [pretty-error](https://github.com/AriaMinaei/pretty-error) - Errors with less clutter.
|
||||
- [read-art](https://github.com/Tjatse/node-readability) - Extract readable content from any page.
|
||||
|
||||
|
@ -649,11 +645,11 @@
|
|||
- [MikroORM](https://github.com/mikro-orm/mikro-orm) - TypeScript ORM based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, PostgreSQL, MySQL and SQLite.
|
||||
- [Prisma](https://github.com/prisma/prisma) - Modern database access (ORM alternative). Auto-generated and type-safe query builder in TypeScript. Supports PostgreSQL, MySQL & SQLite.
|
||||
- Query builder
|
||||
- [Knex](https://github.com/tgriesser/knex) - Query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
|
||||
- [Knex](https://github.com/knex/knex) - Query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
|
||||
- Other
|
||||
- [NeDB](https://github.com/louischatriot/nedb) - Embedded persistent database written in JavaScript.
|
||||
- [Lowdb](https://github.com/typicode/lowdb) - Small JavaScript database powered by Lodash.
|
||||
- [Keyv](https://github.com/lukechilds/keyv) - Simple key-value storage with support for multiple backends.
|
||||
- [Keyv](https://github.com/jaredwray/keyv) - Simple key-value storage with support for multiple backends.
|
||||
- [Finale](https://github.com/tommybananas/finale) - RESTful endpoint generator for your Sequelize models.
|
||||
- [database-js](https://github.com/mlaanderson/database-js) - Wrapper for multiple databases with a JDBC-like connection.
|
||||
- [Mongo Seeding](https://github.com/pkosiec/mongo-seeding) - Populate MongoDB databases with JavaScript and JSON files.
|
||||
|
@ -664,16 +660,16 @@
|
|||
|
||||
- [AVA](https://github.com/avajs/ava) - Futuristic test runner.
|
||||
- [Mocha](https://github.com/mochajs/mocha) - Feature-rich test framework making asynchronous testing simple and fun.
|
||||
- [nyc](https://github.com/bcoe/nyc) - Code coverage tool built on istanbul that works with subprocesses.
|
||||
- [tap](https://github.com/isaacs/node-tap) - TAP test framework.
|
||||
- [nyc](https://github.com/istanbuljs/nyc) - Code coverage tool built on istanbul that works with subprocesses.
|
||||
- [tap](https://github.com/tapjs/node-tap) - TAP test framework.
|
||||
- [tape](https://github.com/substack/tape) - TAP-producing test harness.
|
||||
- [power-assert](https://github.com/power-assert-js/power-assert) - Provides descriptive assertion messages through the standard assert interface.
|
||||
- [Mochify](https://github.com/mantoni/mochify.js) - TDD with Browserify, Mocha, PhantomJS and WebDriver.
|
||||
- [trevor](https://github.com/vdemedes/trevor) - Run tests against multiple versions of Node.js without switching versions manually or pushing to Travis CI.
|
||||
- [trevor](https://github.com/vadimdemedes/trevor) - Run tests against multiple versions of Node.js without switching versions manually or pushing to Travis CI.
|
||||
- [loadtest](https://github.com/alexfernandez/loadtest) - Run load tests for your web application, with an API for automation.
|
||||
- [Sinon.JS](https://github.com/sinonjs/sinon) - Test spies, stubs and mocks.
|
||||
- [navit](https://github.com/nodeca/navit) - PhantomJS / SlimerJS wrapper to simplify browser test scripting.
|
||||
- [Nock](https://github.com/pgte/nock) - HTTP mocking and expectations.
|
||||
- [Nock](https://github.com/nock/nock) - HTTP mocking and expectations.
|
||||
- [intern](https://github.com/theintern/intern) - Code testing stack.
|
||||
- [toxy](https://github.com/h2non/toxy) - Hackable HTTP proxy to simulate failure scenarios and network conditions.
|
||||
- [hook-std](https://github.com/sindresorhus/hook-std) - Hook and modify stdout/stderr.
|
||||
|
@ -683,8 +679,8 @@
|
|||
- [Jest](https://github.com/facebook/jest) - Painless JavaScript testing.
|
||||
- [TestCafe](https://github.com/DevExpress/testcafe) - Automated browser testing.
|
||||
- [abstruse](https://github.com/bleenco/abstruse) - Continuous Integration server.
|
||||
- [CodeceptJS](https://github.com/Codeception/CodeceptJS) - End-to-end testing.
|
||||
- [Puppeteer](https://github.com/GoogleChrome/puppeteer) - Headless Chrome.
|
||||
- [CodeceptJS](https://github.com/codeceptjs/CodeceptJS) - End-to-end testing.
|
||||
- [Puppeteer](https://github.com/puppeteer/puppeteer) - Headless Chrome.
|
||||
- [Playwright](https://github.com/microsoft/playwright) - Headless Chromium, WebKit, and Firefox with a single API.
|
||||
- [nve](https://github.com/ehmicky/nve) - Run any command on multiple versions of Node.js locally.
|
||||
- [axe-core](https://github.com/dequelabs/axe-core) - Accessibility engine for automated Web UI testing.
|
||||
|
@ -706,8 +702,8 @@
|
|||
### Minifiers
|
||||
|
||||
- [babel-minify](https://github.com/babel/minify) - ES2015+ aware minifier based on the Babel toolchain.
|
||||
- [UglifyJS2](https://github.com/mishoo/UglifyJS2) - JavaScript minifier.
|
||||
- [clean-css](https://github.com/jakubpawlowicz/clean-css) - CSS minifier.
|
||||
- [UglifyJS2](https://github.com/mishoo/UglifyJS) - JavaScript minifier.
|
||||
- [clean-css](https://github.com/clean-css/clean-css) - CSS minifier.
|
||||
- [minimize](https://github.com/Swaagie/minimize) - HTML minifier.
|
||||
- [imagemin](https://github.com/imagemin/imagemin) - Image minifier.
|
||||
|
||||
|
@ -723,17 +719,17 @@
|
|||
|
||||
### Email
|
||||
|
||||
- [Nodemailer](https://github.com/andris9/Nodemailer) - The fastest way to handle email.
|
||||
- [Nodemailer](https://github.com/nodemailer/nodemailer) - The fastest way to handle email.
|
||||
- [emailjs](https://github.com/eleith/emailjs) - Send text/HTML emails with attachments to any SMTP server.
|
||||
- [email-templates](https://github.com/niftylettuce/email-templates) - Create, preview, and send custom email templates.
|
||||
- [email-templates](https://github.com/forwardemail/email-templates) - Create, preview, and send custom email templates.
|
||||
- [MJML](https://github.com/mjmlio/mjml) - Markup language designed to reduce the pain of creating responsive emails.
|
||||
|
||||
### Job queues
|
||||
|
||||
- [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue.
|
||||
- [agenda](https://github.com/rschmukler/agenda) - MongoDB-backed job scheduling.
|
||||
- [agenda](https://github.com/agenda/agenda) - MongoDB-backed job scheduling.
|
||||
- [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control.
|
||||
- [node-resque](https://github.com/taskrabbit/node-resque) - Redis-backed job queue.
|
||||
- [node-resque](https://github.com/actionhero/node-resque) - Redis-backed job queue.
|
||||
- [rsmq](https://github.com/smrchy/rsmq) - Redis-backed message queue.
|
||||
- [bee-queue](https://github.com/bee-queue/bee-queue) - High-performance Redis-backed job queue.
|
||||
- [RedisSMQ](https://github.com/weyoss/redis-smq) - Simple high-performance Redis message queue with real-time monitoring.
|
||||
|
@ -751,7 +747,7 @@
|
|||
|
||||
### Natural language processing
|
||||
|
||||
- [retext](https://github.com/wooorm/retext) - An extensible natural language system.
|
||||
- [retext](https://github.com/retextjs/retext) - An extensible natural language system.
|
||||
- [franc](https://github.com/wooorm/franc) - Detect the language of text.
|
||||
- [leven](https://github.com/sindresorhus/leven) - Measure the difference between two strings using the Levenshtein distance algorithm.
|
||||
- [natural](https://github.com/NaturalNode/natural) - Natural language facility.
|
||||
|
@ -774,13 +770,13 @@
|
|||
|
||||
### AST
|
||||
|
||||
- [Acorn](https://github.com/ternjs/acorn) - Tiny, fast JavaScript parser.
|
||||
- [Acorn](https://github.com/acornjs/acorn) - Tiny, fast JavaScript parser.
|
||||
- [babel-parser](https://github.com/babel/babel/tree/master/packages/babel-parser) - JavaScript parser used in Babel.
|
||||
|
||||
### Static site generators
|
||||
|
||||
- [DocPad](https://github.com/docpad/docpad) - Static site generator with dynamic abilities and huge plugin ecosystem.
|
||||
- [docsify](https://github.com/QingWei-Li/docsify) - Markdown documentation site generator with no statically built HTML files.
|
||||
- [docsify](https://github.com/docsifyjs/docsify) - Markdown documentation site generator with no statically built HTML files.
|
||||
- [Charge](https://github.com/brandonweiss/charge) - Opinionated, zero-config static site generator using JSX and MDX.
|
||||
|
||||
### Content management systems
|
||||
|
@ -788,9 +784,8 @@
|
|||
- [KeystoneJS](https://github.com/keystonejs/keystone) - CMS and web application platform built on Express and MongoDB.
|
||||
- [ApostropheCMS](https://github.com/apostrophecms/apostrophe) - Content management system with an emphasis on intuitive front end content editing and administration built on Express and MongoDB.
|
||||
- [Strapi](https://github.com/strapi/strapi) - Content Management Framework (headless-CMS) to build powerful APIs.
|
||||
- [Tipe](https://github.com/tipeio/tipe) - Developer-first content management system with GraphQL and REST API from a schema file.
|
||||
- [Factor](https://github.com/fiction-com/factor) - Vue.js dashboard framework and headless CMS.
|
||||
- [AdminBro](https://github.com/SoftwareBrothers/admin-bro) - Auto-generated admin panel with CRUD for all your resources.
|
||||
- [Factor](https://github.com/FactorJS/factor) - Vue.js dashboard framework and headless CMS.
|
||||
- [AdminBro](https://github.com/SoftwareBrothers/adminjs) - Auto-generated admin panel with CRUD for all your resources.
|
||||
|
||||
### Forum
|
||||
|
||||
|
@ -816,7 +811,7 @@
|
|||
### Serialization
|
||||
|
||||
- [snappy](https://github.com/kesla/node-snappy) - Native bindings for Google's Snappy compression library.
|
||||
- [protobuf](https://github.com/dcodeIO/protobuf.js) - Implementation of Protocol Buffers.
|
||||
- [protobuf](https://github.com/protobufjs/protobuf.js) - Implementation of Protocol Buffers.
|
||||
- [compactr](https://github.com/compactr/compactr.js) - Implementation of the Compactr protocol.
|
||||
|
||||
### Miscellaneous
|
||||
|
@ -843,7 +838,7 @@
|
|||
- [semver](https://github.com/npm/node-semver) - Semantic version parser.
|
||||
- [nodegit](https://github.com/nodegit/nodegit) - Native bindings to Git.
|
||||
- [json-strictify](https://github.com/pigulla/json-strictify) - Safely serialize a value to JSON without data loss or going into an infinite loop.
|
||||
- [jsdom](https://github.com/tmpvar/jsdom) - JavaScript implementation of HTML and the DOM.
|
||||
- [jsdom](https://github.com/jsdom/jsdom) - JavaScript implementation of HTML and the DOM.
|
||||
- [@sindresorhus/is](https://github.com/sindresorhus/is) - Type check values.
|
||||
- [env-dot-prop](https://github.com/simonepri/env-dot-prop) - Get, set, or delete nested properties of process.env using a dot path.
|
||||
- [emittery](https://github.com/sindresorhus/emittery) - Simple and modern async event emitter.
|
||||
|
@ -859,14 +854,14 @@
|
|||
|
||||
### Tutorials
|
||||
|
||||
- [Node.js Best Practices](https://github.com/i0natan/nodebestpractices) - Summary and curation of the top-ranked content on Node.js best practices, available in multiple languages.
|
||||
- [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) - Summary and curation of the top-ranked content on Node.js best practices, available in multiple languages.
|
||||
- [Nodeschool](https://github.com/nodeschool) - Learn Node.js with interactive lessons.
|
||||
- [The Art of Node](https://github.com/maxogden/art-of-node/#the-art-of-node) - An introduction to Node.js.
|
||||
- [stream-handbook](https://github.com/substack/stream-handbook) - How to write Node.js programs with streams.
|
||||
- [module-best-practices](https://github.com/mattdesl/module-best-practices) - Some good practices when writing new npm modules.
|
||||
- [The Node Way](http://thenodeway.io) - An entire philosophy of Node.js best practices and guiding principles exists for writing maintainable modules, scalable applications, and code that is actually pleasant to read.
|
||||
- [The Node Way](https://thenodeway.io) - An entire philosophy of Node.js best practices and guiding principles exists for writing maintainable modules, scalable applications, and code that is actually pleasant to read.
|
||||
- [You Don't Know Node.js](https://github.com/azat-co/you-dont-know-node) - Introduction to Node.js core features and asynchronous JavaScript.
|
||||
- [Portable Node.js guide](https://github.com/ehmicky/portable-node-guide) - Practical guide on how to write portable/cross-platform Node.js code.
|
||||
- [Portable Node.js guide](https://github.com/ehmicky/cross-platform-node-guide) - Practical guide on how to write portable/cross-platform Node.js code.
|
||||
- [Build a real web app with no frameworks](https://frameworkless.js.org/course) - A set of video tutorials/livestreams to help you build and deploy a real, live web app using a handful of simple libraries and the core Node.js modules.
|
||||
|
||||
### Discovery
|
||||
|
@ -885,19 +880,17 @@
|
|||
- [Why Asynchronous?](https://nodesource.com/blog/why-asynchronous/)
|
||||
- [Understanding the Node.js Event Loop](https://nodesource.com/blog/understanding-the-nodejs-event-loop/)
|
||||
- [Understanding Object Streams](https://nodesource.com/blog/understanding-object-streams/)
|
||||
- [Art of README](https://github.com/noffle/art-of-readme) - Learn the art of writing quality READMEs.
|
||||
- [Using Express to Quickly Build a GraphQL Server](https://snipcart.com/blog/graphql-nodejs-express-tutorial)
|
||||
|
||||
### Newsletters
|
||||
|
||||
- [Node Weekly](http://nodeweekly.com) - Weekly e-mail round-up of Node.js news and articles.
|
||||
- [Node Module Of The Week!](https://nmotw.in) - Weekly dose of hand picked node modules.
|
||||
- [Node Weekly](https://nodeweekly.com) - Weekly e-mail round-up of Node.js news and articles.
|
||||
|
||||
### Videos
|
||||
|
||||
- [Introduction to Node.js with Ryan Dahl](https://www.youtube.com/watch?v=jo_B4LTHi3I)
|
||||
- [Hands on with Node.js](https://learn.bevry.me/hands-on-with-node.js/preface)
|
||||
- [Nodetuts](http://nodetuts.com) - Series of talks, including TCP & HTTP API servers, async programming, and more.
|
||||
- [Nodetuts](https://nodetuts.com) - Series of talks, including TCP & HTTP API servers, async programming, and more.
|
||||
- [V8 Garbage Collector](https://v8.dev/blog/trash-talk) - Trash talk about the V8 garbage collector.
|
||||
- [10 Things I Regret About Node.js by Ryan Dahl](https://www.youtube.com/watch?v=M3BM9TB-8yA) - Insightful talk by the creator of Node.js about some of its limitions.
|
||||
- [Mastering REST APIs in Node.js: Zero-To-Hero](https://www.manning.com/livevideo/mastering-rest-apis-in-nodejs) - Video course on how to make REST APIs using Node.js.
|
||||
|
@ -913,14 +906,14 @@
|
|||
### Books
|
||||
|
||||
- [Node.js in Action](https://www.manning.com/books/node-js-in-action-second-edition)
|
||||
- [Node.js in Practice](http://www.amazon.com/Node-js-Practice-Alex-R-Young/dp/1617290939)
|
||||
- [Mastering Node](http://visionmedia.github.io/masteringnode/)
|
||||
- [Node.js 8 the Right Way](https://pragprog.com/book/jwnode2/node-js-8-the-right-way)
|
||||
- [Professional Node.js: Building JavaScript Based Scalable Software](http://www.amazon.com/Professional-Node-js-Building-Javascript-Scalable-ebook/dp/B009L7QETY/)
|
||||
- [Practical Node.js: Building Real-World Scalable Web Apps](http://practicalnodebook.com)
|
||||
- [Mixu's Node book](http://book.mixu.net/node/)
|
||||
- [Pro Express.js](http://proexpressjs.com)
|
||||
- [Secure Your Node.js Web Application](http://www.amazon.com/Secure-Your-Node-js-Web-Application/dp/1680500856)
|
||||
- [Node.js in Practice](https://www.amazon.com/Node-js-Practice-Alex-R-Young/dp/1617290939)
|
||||
- [Mastering Node](https://visionmedia.github.io/masteringnode/)
|
||||
- [Node.js 8 the Right Way](https://pragprog.com/book/jwnode2/node-js-8-the-right-way/)
|
||||
- [Professional Node.js: Building JavaScript Based Scalable Software](https://www.amazon.com/Professional-Node-js-Building-Javascript-Scalable-ebook/dp/B009L7QETY/)
|
||||
- [Practical Node.js: Building Real-World Scalable Web Apps](https://practicalnodebook.com)
|
||||
- [Mixu's Node book](https://book.mixu.net/node/)
|
||||
- [Pro Express.js](https://proexpressjs.com)
|
||||
- [Secure Your Node.js Web Application](https://www.amazon.com/Secure-Your-Node-js-Web-Application/dp/1680500856)
|
||||
- [Express in Action](https://www.manning.com/books/express-in-action)
|
||||
- [Practical Modern JavaScript](https://www.amazon.com/Practical-Modern-JavaScript-Dive-Future/dp/149194353X)
|
||||
- [Mastering Modular JavaScript](https://www.amazon.com/Mastering-Modular-JavaScript-Nicolas-Bevacqua/dp/1491955686/)
|
||||
|
@ -931,46 +924,46 @@
|
|||
### Blogs
|
||||
|
||||
- [Node.js blog](https://nodejs.org/en/blog/)
|
||||
- [webapplog.com](http://webapplog.com/tag/node-js/) - Blog posts on Node.js and JavaScript from the author of Practical Node.js and Pro Express.js Azat Mardan.
|
||||
- [webapplog.com](https://webapplog.com/tag/node-js/) - Blog posts on Node.js and JavaScript from the author of Practical Node.js and Pro Express.js Azat Mardan.
|
||||
|
||||
### Courses
|
||||
|
||||
- [Learn to build apps and APIs with Node.js](https://learnnode.com/friend/AWESOME) - Video course by Wes Bos.
|
||||
- [Real Time Web with Node.js](https://www.codeschool.com/courses/real-time-web-with-node-js)
|
||||
- [Learn and Understand Node.js](https://www.udemy.com/understand-nodejs)
|
||||
- [Real Time Web with Node.js](https://www.pluralsight.com/courses/code-school-real-time-web-with-nodejs)
|
||||
- [Learn and Understand Node.js](https://www.udemy.com/course/understand-nodejs/)
|
||||
|
||||
### Cheatsheets
|
||||
|
||||
- [Express.js](https://github.com/azat-co/cheatsheets/blob/master/express4)
|
||||
- [Express.js](https://github.com/azat-co/cheatsheets/tree/master/express4)
|
||||
- [Stream FAQs](https://github.com/stephenplusplus/stream-faqs) - Answering common questions about streams, covering pagination, events, and more.
|
||||
- [Strong Node.js](https://github.com/jesusprubio/strong-node) - Checklist for source code security analysis of a Node.js web service.
|
||||
|
||||
### Tools
|
||||
|
||||
- [OctoLinker](https://chrome.google.com/webstore/detail/octolinker/jlmafbaeoofdegohdhinkhilhclaklkp) - Chrome extension that linkifies dependencies in package.json, .js, .jsx, .coffee and .md files on GitHub.
|
||||
- [npm-hub](https://chrome.google.com/webstore/detail/npm-hub/kbbbjimdjbjclaebffknlabpogocablj) - Chrome extension to display npm dependencies at the bottom of a repo's readme.
|
||||
- [RunKit](http://blog.tonicdev.com/2015/09/30/embedded-tonic.html) - Embed a Node.js environment on any website.
|
||||
- [npm-hub](https://chrome.google.com/webstore/detail/npmhub/kbbbjimdjbjclaebffknlabpogocablj) - Chrome extension to display npm dependencies at the bottom of a repo's readme.
|
||||
- [RunKit](https://blog.tonicdev.com/2015/09/30/embedded-tonic.html) - Embed a Node.js environment on any website.
|
||||
- [github-npm-stats](https://chrome.google.com/webstore/detail/github-npm-stats/oomfflokggoffaiagenekchfnpighcef) - Chrome extension that displays npm download stats on GitHub.
|
||||
- [npm semver calculator](https://semver.npmjs.com) - Visually explore what versions of a package a semver range matches.
|
||||
- [CodeSandbox](https://codesandbox.io/s/node-http-server-node) - Online IDE and prototyping.
|
||||
|
||||
### Community
|
||||
|
||||
- [`#node.js` on Freenode](http://webchat.freenode.net/?channels=node.js)
|
||||
- [Stack Overflow](http://stackoverflow.com/questions/tagged/node.js)
|
||||
- [`#node.js` on Freenode](https://webchat.freenode.net/?channels=node.js)
|
||||
- [Stack Overflow](https://stackoverflow.com/questions/tagged/node.js)
|
||||
- [Reddit](https://www.reddit.com/r/node)
|
||||
- [Twitter](https://twitter.com/nodejs)
|
||||
- [Hashnode](https://hashnode.com/n/nodejs)
|
||||
- [Discord](https://discordapp.com/invite/96WGtJt)
|
||||
- [Discord](https://discord.com/invite/96WGtJt)
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- [nodebots](http://nodebots.io) - Robots powered by JavaScript.
|
||||
- [nodebots](https://nodebots.io) - Robots powered by JavaScript.
|
||||
- [node-module-boilerplate](https://github.com/sindresorhus/node-module-boilerplate) - Boilerplate to kickstart creating a node module.
|
||||
- [modern-node](https://github.com/sheerun/modern-node) - Toolkit for creating node modules with Jest, Prettier, ESLint, and Standard.
|
||||
- [generator-nm](https://github.com/sindresorhus/generator-nm) - Scaffold out a node module.
|
||||
- [Microsoft Node.js Guidelines](https://github.com/Microsoft/nodejs-guidelines) - Tips, tricks, and resources for working with Node.js on Microsoft platforms.
|
||||
- [Module Requests & Ideas](https://github.com/sindresorhus/module-requests) - Request a JavaScript module you wish existed or get ideas for modules.
|
||||
- [Module Requests & Ideas](https://github.com/sindresorhus/project-ideas) - Request a JavaScript module you wish existed or get ideas for modules.
|
||||
- [v8-perf](https://github.com/thlorenz/v8-perf) - Notes and resources related to V8 and thus Node.js performance.
|
||||
|
||||
## Related lists
|
||||
|
|
Loading…
Add table
Reference in a new issue