Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Nodejs

Nodejs

2426 projects

Showing 36 of 2426 projects

geojson-merge
geojson-mergeJavaScript

A Node.js utility to merge multiple GeoJSON files into a single FeatureCollection, supporting both in-memory and streaming modes.

#geojson#geospatial#cli-tool
Stars244
Forks33
Last commit1 year ago
decamelize
decamelizeJavaScript

Convert camelCase strings to lowercase with custom separators like unicornRainbow → unicorn_rainbow.

#formatting#camelcase#npm-package
Stars244
Forks28
Last commit4 months ago
grunt-aws-lambda
grunt-aws-lambdaJavaScript

A Grunt plugin for developing, packaging, and deploying AWS Lambda functions locally.

#serverless#build-automation#npm-packaging
Stars243
Forks98
Last commit6 years ago
smokestack
smokestackJavaScript

Pipe JavaScript into a browser and capture console output in Node for simple browser automation and testing.

#ui-testing#console-logging#cli-tool
Stars243
Forks19
Last commit3 years ago
modern-node
modern-nodeJavaScript

All-in-one development toolkit for creating Node.js modules with Jest, Prettier, ESLint, and Standard.

#standardjs#standard#prettier
Stars242
Forks13
Last commit3 years ago
normit
normitJavaScript

A Node.js CLI tool for translating text and speech synthesis directly in your terminal.

#developer-tools#npm#translations
Stars242
Forks22
Last commit9 years ago
Serverless boilerplate
Serverless boilerplateJavaScript

A minimal, production-ready serverless boilerplate with pre-configured AWS Lambda, DynamoDB, and offline development.

#serverless#dev-tools#boilerplate
Stars241
Forks11
Last commit7 years ago
JSON6
JSON6JavaScript

A superset of JSON that adds ES6 syntax features like comments, trailing commas, and unquoted keys for human-friendly data files.

#human-readable#data-serialization#streaming-parser
Stars241
Forks15
Last commit4 years ago
gulp-csso
gulp-cssoJavaScript

A Gulp plugin that minifies CSS using CSSO for maximum compression and structural optimization.

#css-minifier#web-performance#css-optimization
Stars240
Forks23
Last commit4 years ago
aws2js
aws2jsJavaScript

A deprecated Node.js client library for interacting with Amazon Web Services APIs.

#deprecated#cloud-computing#nodejs
Stars239
Forks31
Last commit6 years ago
magnet-uri
magnet-uriJavaScript

Parse magnet URIs into structured objects and encode objects back into magnet URIs for BitTorrent applications.

#parse#magnet-uri#browserify
Stars236
Forks49
Last commit1 day ago
express-cassandra
express-cassandraJavaScript

A Cassandra ORM/ODM/OGM for Node.js with support for Apache Cassandra, ScyllaDB, Datastax Enterprise, Elassandra, and JanusGraph.

#object-mapping#database-driver#orm
Stars236
Forks69
Last commit3 months ago
is-docker
is-dockerJavaScript

Detect if the current Node.js process is running inside a Docker container.

#devops#container-detection#runtime-environment
Stars235
Forks16
Last commit10 months ago
twitter-sentiment-visualisation
twitter-sentiment-visualisationCoffeeScript

A real-time sentiment analysis and visualization tool for social media data, rendering live charts to identify trends.

#gulp#data-visualisation#social-media
Stars235
Forks64
Last commit
AVA
AVAJavaScript

ESLint plugin providing rules to enforce best practices and catch common errors in AVA test files.

#linting-rules#javascript-testing#hacktoberfest
Stars233
Forks51
Last commit1 month ago
node-net-snmp
node-net-snmpJavaScript

A pure JavaScript implementation of SNMP (v1, v2c, v3) for Node.js, supporting all five SNMP application types.

#rfc-compliant#varbind#agent
Stars233
Forks106
Last commit24 days ago
oauth-signature-js
oauth-signature-jsJavaScript

A JavaScript library for generating OAuth 1.0a signatures compliant with RFC 5849 for Node.js and browser environments.

#oauth#authentication#nodejs
Stars232
Forks70
Last commit8 years ago
Pollinate
PollinateJavaScript

Generate new projects from Git(Hub) templates using a simple schema and Nunjucks templating.

#parsing#generator#skeleton
Stars228
Forks13
Last commit7 years ago
torrent-discovery
torrent-discoveryJavaScript

A unified JavaScript library for discovering BitTorrent and WebTorrent peers via trackers, DHT, and LSD.

#dht#bittorrent#peer
Stars227
Forks68
Last commit4 days ago
gulp-coffee
gulp-coffeeJavaScript

A Gulp plugin that compiles CoffeeScript files to JavaScript with support for source maps.

#javascript-compiler#nodejs#coffeescript
Stars227
Forks70
Last commit5 years ago
Spotify SDK
Spotify SDKJavaScript

An unofficial, entity-oriented JavaScript SDK for the Spotify Web API with browser and Node.js support.

#oauth#entity-oriented#web-api-client
Stars227
Forks37
Last commit4 years ago
gulp-size
gulp-sizeJavaScript

A Gulp plugin that logs file sizes in your build pipeline with compression and formatting options.

#build-tools#size#gzip
Stars227
Forks15
Last commit1 year ago
nanobus
nanobusJavaScript

A tiny, lightweight message bus for JavaScript applications with a wildcard listener and TypeScript support.

#event-bus#lightweight#choojs
Stars227
Forks20
Last commit5 years ago
thetool
thetoolJavaScript

A CLI tool to capture CPU, memory, coverage, and other performance profiles for Node.js apps in Chrome DevTools format.

#tracing#developer-tools#heap-analysis
Stars224
Forks6
Last commit3 years ago
write-json-file
write-json-fileJavaScript

Atomically writes JSON to a file with automatic directory creation and formatting options.

#data-persistence#developer-tools#nodejs
Stars224
Forks41
Last commit10 months ago
gulp-newer
gulp-newerJavaScript

A Gulp plugin that filters source files to only process those newer than their destination counterparts.

#build-optimization#file-watching#incremental-builds
Stars222
Forks23
Last commit5 years ago
filehound
filehoundJavaScript

A flexible and fluent Node.js library for searching and filtering files and directories on the file system.

#glob-patterns#search-library#filesystem
Stars222
Forks16
Last commit4 years ago
Gulp-WebP
Gulp-WebPJavaScript

A Gulp plugin to convert PNG, JPEG, and TIFF images to the WebP format for optimized web performance.

#image-optimization#nodejs#image-processing
Stars221
Forks18
Last commit10 months ago
how-to-markdown
how-to-markdownJavaScript

An interactive command-line workshopper that teaches Markdown through 12 hands-on exercises.

#learn-to-code#educational#interactive
Stars220
Forks65
Last commit6 years ago
Decision Trees
Decision TreesTypeScript

A Node.js library implementing Decision Tree (ID3/CART), Random Forest, and XGBoost algorithms with TypeScript support and automatic data type detection.

#random-forest#feature-importance#classification
Stars220
Forks45
Last commit
gulp-debug
gulp-debugJavaScript

A Gulp plugin that logs Vinyl file stream details to debug your build pipeline.

#build-tools#vinyl#debug
Stars220
Forks30
Last commit10 months ago
gulp-stylus
gulp-stylusJavaScript

A Gulp plugin that compiles Stylus CSS preprocessor files into CSS.

#stylus#frontend#nodejs
Stars220
Forks58
Last commit2 years ago
Kalm
KalmTypeScript

A lightweight, extensible socket manager for Node.js with pluggable transports and protocol support.

#hacktoberfest#tcp#network
Stars219
Forks10
Last commit3 months ago
node-winreg
node-winregJavaScript

A Node.js module for reading and writing Windows Registry entries using the REG command-line tool.

#registry-access#windows-automation#nodejs
Stars218
Forks60
Last commit1 year ago
padding-oracle-attacker
padding-oracle-attackerTypeScript

A CLI tool and library for executing padding oracle attacks with concurrent network requests and an elegant UI.

#crypto#web-security#encryption-attacks
Stars217
Forks32
Last commit3 years ago
Netflux
NetfluxTypeScript

Isomorphic JavaScript peer-to-peer transport API for building secure, fault-tolerant full mesh networks using WebRTC and WebSocket.

#isomorphic#isomorphic-javascript#websocket
Stars217
Forks15
Last commit10 days ago
PreviousPage 36 of 68Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 years ago
3 months ago
#Javascript810
#Typescript329
#Cli Tool328
#Developer Tools270
#Automation209
#Npm Package197
#Javascript Library191
#Cross Platform163
#Cli158
#Build Tool143
#Docker141
#Browser129