npm is a JavaScript package manager founded in 2010 in San Francisco, USA, and the default tool for Node.js. Its registry hosts 2M+ open-source packages with 1B+ weekly downloads.
Provider
10 results shownStrapi is an open-source headless CMS founded in Paris, France in 2015, leading its category with 65,000+ GitHub stars. Its visual content type builder auto-generates REST/GraphQL APIs with self-hosting and Strapi Cloud options.
Ghost is an open-source headless CMS focused on publishing and membership, founded in 2013 via Kickstarter, serving over 2 million sites and known for a clean writing experience, built-in membership, and high performance.
Ghost(Pro) is the official managed hosting for the open-source publishing platform Ghost, starting at $9/month with built-in membership and newsletters, serving over 2 million sites for creators and teams who prefer not to self-host.
ServerAvatar is an India-based cloud server management panel that connects to any VPS via a BYOS model, offering one-click WordPress/PHP/Node.js deployment, automated SSL and backups for developers and agencies managing multiple servers.
Cloudron is an open-source self-hosted PaaS built on Docker and developed by Cloudron UG in Germany, with one-click app installs and auto-updates, a built-in mail server and SSO; the free plan supports 2 apps and Pro costs €15/month, ideal for individuals and teams that value data ownership.
Medusa is an open source Node.js headless commerce platform founded in 2020 with 21K+ GitHub stars. Supporting both self-hosting and cloud hosting, it is an open source alternative to Shopify.
Yarn is an open-source JavaScript package manager released by Facebook (Meta) in 2016, compatible with the npm ecosystem, known for deterministic yarn.lock, offline caching, and Workspaces, typically 2x faster than npm.
Pipedream is a developer-focused workflow automation platform headquartered in San Francisco, United States, supporting Node.js/Python/Golang/Ruby code-level customization and 700+ app integrations with event-level debugging and a built-in data store.
Ackee is an open-source, self-hosted website analytics tool created in 2020 by German developer Tobias Reich, built on Node.js and MongoDB. It tracks traffic without cookies and is GDPR-compliant by default, offering a lightweight privacy-first alternative to Google Analytics.
Article
5 results shownWeb Development Stack Survey 2026: Technology Trends and Choices
The web development landscape evolves rapidly. This survey examines popular frameworks, tools, and technology choices in 2026.
Deploying Node.js with PM2: Process Guarding and Cluster Mode
Guard and manage Node.js production processes with PM2: automatic load balancing via cluster mode, boot persistence, zero-downtime reload, logging and memory monitoring.
Node.js Express Backend Development Guide: Routing, Middleware and Error Handling
A backend development guide based on the official Node.js and Express documentation covering routing, middleware, error handling, and project structure.
Webhook Signature Verification Example
Node.js example for verifying callback request signatures to prevent forgery
Node.js REST API Example
Build a complete Node.js REST API with Express and SQLite — CRUD routes, table setup, curl verification, status code conventions, and a pre-launch checklist.